Created
July 2, 2018 17:46
-
-
Save Rhincodon/2cf54d1a8e9ed8606c94c33dcd0868f9 to your computer and use it in GitHub Desktop.
Fonts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* | |
border none | |
outline none | |
box-sizing border-box | |
@font-face | |
font-family "SeroCompPro" | |
src url(../fonts/ff_sero_web_pro_bold/SeroWebPro-Bold.eot), url(../fonts/ff_sero_web_pro_bold/SeroWebPro-Bold.woff) format('woff'), url(../fonts/ff_sero_web_pro_bold/SeroCompPro-Bold.ttf) format('truetype') | |
font-weight bold | |
font-style normal | |
@font-face | |
font-family "SeroCompPro" | |
src url(../fonts/ff_sero_web_pro_regular/SeroWebPro.eot), url(../fonts/ff_sero_web_pro_regular/SeroWebPro.woff) format('woff'), url(../fonts/ff_sero_web_pro_regular/SeroCompPro.ttf) format('truetype') | |
font-weight normal | |
font-style normal | |
html, body | |
font-family 'SeroCompPro', sans-serif | |
font-weight normal | |
font-style normal | |
font-size 100% | |
-webkit-text-size-adjust 100% | |
font-variant-ligatures none | |
-webkit-font-variant-ligatures none | |
text-rendering optimizeLegibility | |
-moz-osx-font-smoothing grayscale | |
font-smoothing antialiased | |
-webkit-font-smoothing antialiased | |
text-shadow rgba(0, 0, 0, .01) 0 0 1px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment