Skip to content

Instantly share code, notes, and snippets.

@Rhincodon
Created July 2, 2018 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Rhincodon/2cf54d1a8e9ed8606c94c33dcd0868f9 to your computer and use it in GitHub Desktop.
Save Rhincodon/2cf54d1a8e9ed8606c94c33dcd0868f9 to your computer and use it in GitHub Desktop.
Fonts
*
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