🍱 Replace font for cyrillic support

This commit is contained in:
Maxim Lebedev 2017-08-01 00:48:40 +05:00
parent 3b275f4adb
commit 5133046334
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F
3 changed files with 4 additions and 4 deletions

Binary file not shown.

BIN
css/Pangolin-Regular.ttf Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
@font-face{ @font-face{
font-family: 'FuturaHandwritten'; font-family: 'Pangolin', cursive;
font-style: normal; font-style: normal;
src: url('FuturaHandwritten.ttf') format('truetype'); src: url('Pangolin-Regular.ttf') format('truetype');
} }
html,body{ html,body{
@ -16,7 +16,7 @@ body{
background: #fff; background: #fff;
font-family: 'FuturaHandwritten'; font-family: 'Pangolin', cursive;
color: #333; color: #333;
font-size: 20px; font-size: 20px;
@ -184,7 +184,7 @@ s{
} }
.button #text{ .button #text{
font-family: 'FuturaHandwritten'; font-family: 'Pangolin', cursive;
color: #000; color: #000;
font-size: 24px; font-size: 24px;