Skip to content

Instantly share code, notes, and snippets.

@tallesairan
Created May 19, 2015 16:22
Show Gist options
  • Save tallesairan/1797f855440ff66856b1 to your computer and use it in GitHub Desktop.
Save tallesairan/1797f855440ff66856b1 to your computer and use it in GitHub Desktop.
webfont
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'),
local('OpenSans-Italic'),
url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
}
@font-face {
font-family: 'Open Sans';
font-style: bold;
font-weight: 700;
src: local('Open Sans bold'),
local('OpenSans-bold'),
url(http://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment