Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created September 19, 2012 13:37
Show Gist options
  • Select an option

  • Save gunnarbittersmann/3749725 to your computer and use it in GitHub Desktop.

Select an option

Save gunnarbittersmann/3749725 to your computer and use it in GitHub Desktop.
The :lang() selector and font-size in %
/**
* The :lang() selector and font-size in %
*/
:lang(fr) { font-style: italic; font-size:130%; }
:lang(fr) * { font-size: inherit; }
<p>This is <em>English</em>, but <span lang="fr">ceci est <em>Français</em>, non?</span></p>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment