Fix local fonts and change font-face values (#2877)

* Fix local fonts and change font-face values

* Remove eot font files
This commit is contained in:
Ram Lmn 2017-05-07 18:53:06 +05:30 committed by Eugen Rochko
parent f000673599
commit f14df43435
14 changed files with 29 additions and 42 deletions

View file

@ -1,5 +1,5 @@
body {
font-family: 'Roboto', sans-serif;
font-family: 'mastodon-font-sans-serif', sans-serif;
background: $color1 url('../images/background-photo.jpg');
background-size: cover;
background-attachment: fixed;