-
-
Save trang/2da488f4f5ccf3d242d8 to your computer and use it in GitHub Desktop.
Tatoeba with Oxygen and Amaranth
This file contains 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
@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700|Amaranth:400,700&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic); | |
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("tatoeba.org") { | |
body, select, input, textarea { | |
font-family: "Oxygen"; | |
} | |
h2, h3, h4 { | |
font-family: "Amaranth"; | |
} | |
// Uncomment this if you want the main sentence to be in a different font. | |
/* | |
.mainSentence { | |
font-family: Georgia; | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment