Created
January 27, 2012 09:53
-
-
Save machal/1688033 to your computer and use it in GitHub Desktop.
Dabblet: Google Web Fonts test
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
| /** | |
| * Dabblet: Google Web Fonts test | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Sonsie+One&subset=latin,latin-ext); | |
| #example { | |
| font-family: 'Sonsie One', cursive; | |
| font-size: 2em; | |
| } |
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
| <!-- content to be placed inside <body>…</body> --> | |
| <p id="example"> | |
| Příliš žlutoučký kůn úpěl dábelské kody. | |
| </p> |
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
| {"view":"split","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment