Skip to content

Instantly share code, notes, and snippets.

@trang
Last active August 29, 2015 14:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save trang/2da488f4f5ccf3d242d8 to your computer and use it in GitHub Desktop.
Tatoeba with Oxygen and Amaranth
@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