Created
January 9, 2018 04:08
-
-
Save nyanpasu64/744b2fbddf1719a92993633450866144 to your computer and use it in GitHub Desktop.
Open Sans -> Droid Sans
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-style: normal; | |
| font-weight: 400; | |
| font-family: "Open Sans"; | |
| src: local("Droid Sans") | |
| } | |
| @font-face { | |
| font-style: normal; | |
| font-weight: 700; | |
| font-family: "Open Sans"; | |
| src: local("Droid Sans Bold") | |
| } | |
| @font-face { | |
| font-style: italic; | |
| font-weight: 400; | |
| font-family: "Open Sans"; | |
| src: local("Droid Sans Italic") | |
| } | |
| @font-face { | |
| font-style: italic; | |
| font-weight: 700; | |
| font-family: "Open Sans"; | |
| src: local("Droid Sans Bold Italic") | |
| } | |
| @font-face { | |
| font-style: normal; | |
| font-weight: 400; | |
| font-family: "OpenSans"; | |
| src: local("Droid Sans") | |
| } | |
| @font-face { | |
| font-style: normal; | |
| font-weight: 700; | |
| font-family: "OpenSans"; | |
| src: local("Droid Sans Bold") | |
| } | |
| @font-face { | |
| font-style: italic; | |
| font-weight: 400; | |
| font-family: "OpenSans"; | |
| src: local("Droid Sans Italic") | |
| } | |
| @font-face { | |
| font-style: italic; | |
| font-weight: 700; | |
| font-family: "OpenSans"; | |
| src: local("Droid Sans Bold Italic") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment