Skip to content

Instantly share code, notes, and snippets.

@codenamejason
Created March 3, 2015 18:23
Show Gist options
  • Save codenamejason/18c28c544a0a3edb918a to your computer and use it in GitHub Desktop.
Save codenamejason/18c28c544a0a3edb918a to your computer and use it in GitHub Desktop.
Font Face CSS
@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