Skip to content

Instantly share code, notes, and snippets.

@machal
Created January 27, 2012 09:53
Show Gist options
  • Select an option

  • Save machal/1688033 to your computer and use it in GitHub Desktop.

Select an option

Save machal/1688033 to your computer and use it in GitHub Desktop.
Dabblet: Google Web Fonts test
/**
* 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;
}
<!-- content to be placed inside <body>…</body> -->
<p id="example">
Příliš žlutoučký kůn úpěl dábelské kody.
</p>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment