Created
March 3, 2015 18:23
-
-
Save codenamejason/18c28c544a0a3edb918a to your computer and use it in GitHub Desktop.
Font Face CSS
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
@font-face { | |
[font-family: <family-name>;]? | |
[src: [ <uri> [format(<string>#)]? | <font-face-name> ]#;]? | |
[unicode-range: <urange>#;]? | |
[font-variant: <font-variant>;]? | |
[font-feature-settings: normal|<feature-tag-value>#;]? | |
[font-stretch: <font-stretch>;]? | |
[font-weight: <weight>]; | |
[font-style: <style>]; | |
} | |
<link href='http://fonts.googleapis.com/css?family=Dekko' rel='stylesheet' type='text/css'> | |
{ | |
font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment