Skip to content

Instantly share code, notes, and snippets.

@tyv
Created May 25, 2012 12:18
Show Gist options
  • Save tyv/2787708 to your computer and use it in GitHub Desktop.
Save tyv/2787708 to your computer and use it in GitHub Desktop.
font-family != font.ttf,
body
{
/*
font-family != font.ttf,
но может состоять из одного шрфита
не забывать про кавычки
если есть пробел в названии
*/
font-family: Helvetica, sans-serif;
/*
подразумевается, что шрифт
HelveticaBold существует
*/
font-weight: bold;
/* font-weight: 100; */
}
{"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