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

@ -12,7 +12,7 @@
}
h1 {
font: 46px/52px 'Roboto', sans-serif;
font: 46px/52px 'mastodon-font-sans-serif', sans-serif;
font-weight: 600;
margin-bottom: 20px;
color: $color4;
@ -27,7 +27,7 @@
}
h2 {
font-family: 'Montserrat', sans-serif;
font-family: 'mastodon-font-display', sans-serif;
font-size: 24px;
line-height: 28px;
font-weight: 400;
@ -36,7 +36,7 @@
}
h3 {
font-family: 'Montserrat', sans-serif;
font-family: 'mastodon-font-display', sans-serif;
font-size: 20px;
line-height: 28px;
font-weight: 400;
@ -62,7 +62,7 @@
}
p, li {
font: 16px/28px 'Montserrat', sans-serif;
font: 16px/28px 'mastodon-font-sans-serif', sans-serif;
font-weight: 400;
margin-bottom: 12px;
@ -78,7 +78,7 @@
margin: 0 2px;
background: $color3;
color: $color1;
font: 16px/16px 'Montserrat', sans-serif;
font: 16px/16px 'mastodon-font-sans-serif', sans-serif;
font-weight: 300;
}
@ -132,7 +132,7 @@
flex: 1 0 0;
padding: 14px;
text-align: right;
font: 16px/28px 'Montserrat', sans-serif;
font: 16px/28px 'mastodon-font-sans-serif', sans-serif;
span, strong {
display: block;