🍱 Really replace font for cyrillic support

This commit is contained in:
Maxim Lebedev 2017-08-01 00:51:53 +05:00
parent 5133046334
commit a4be170cf1
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
@font-face{ @font-face{
font-family: 'FuturaHandwritten'; font-family: 'Pangolin', cursive;
font-style: normal; font-style: normal;
src: url('../css/FuturaHandwritten.ttf') format('truetype'); src: url('../css/Pangolin-Regular.ttf') format('truetype');
} }
body{ body{
background: #fff; background: #fff;
font-family: "FuturaHandwritten"; font-family: 'Pangolin', cursive;
font-size: 20px; font-size: 20px;
color: #222; color: #222;
margin: 0; margin: 0;

View File

@ -1,12 +1,12 @@
@font-face{ @font-face{
font-family: 'FuturaHandwritten'; font-family: 'Pangolin', cursive;
font-style: normal; font-style: normal;
src: url('../css/FuturaHandwritten.ttf') format('truetype'); src: url('../css/Pangolin-Regular.ttf') format('truetype');
} }
body{ body{
background: #222; background: #222;
font-family: "FuturaHandwritten"; font-family: 'Pangolin', cursive;
font-size: 22px; font-size: 22px;
color: #222; color: #222;
margin: 0; margin: 0;