Created
May 19, 2015 16:22
-
-
Save tallesairan/1797f855440ff66856b1 to your computer and use it in GitHub Desktop.
webfont
This file contains 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: '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