Skip to content

Instantly share code, notes, and snippets.

@iamvdo
Created January 23, 2012 21:38
Show Gist options
  • Save iamvdo/1665660 to your computer and use it in GitHub Desktop.
Save iamvdo/1665660 to your computer and use it in GitHub Desktop.
Famille générique
/**
* Famille générique
*/
html{background:#fff;}
p{font:10em serif;}
b{padding:.4em;}
b:nth-child(2){font-family:sans-serif;}
b:nth-child(3){font-family:monospace;}
b:nth-child(4){font-family:cursive;}
b:nth-child(5){font-family:fantasy;}
<p><b>abc</b><b>abc</b><b>abc</b><b>abc</b><b>abc</b></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