Skip to content

Instantly share code, notes, and snippets.

@basvasilich
Forked from tyv/dabblet.css
Created November 9, 2012 10:23
Show Gist options
  • Save basvasilich/4045016 to your computer and use it in GitHub Desktop.
Save basvasilich/4045016 to your computer and use it in GitHub Desktop.
font-family != font.ttf,
body
{
/*
font-family != font.ttf,
но может состоять из одного шрфита
не забывать про кавычки
если есть пробел в названии
*/
font-family: Georgia, sans-serif;
/*
подразумевается, что шрифт
GeorgiaBold существует
*/
/*font-weight: bold;*/
/*font-weight: 100; */
font-size: 52px;
}
{"view":"split-vertical","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