Created
May 25, 2012 13:13
-
-
Save tyv/2788063 to your computer and use it in GitHub Desktop.
Капитель
This file contains hidden or 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
body | |
{ | |
font-family: 'Times New Roman', sans-serif; | |
font-weight: 100; | |
font-size: 10em; | |
} | |
span | |
{ | |
/* Капитель | |
Основной набор — прописные (заглавные) буквы | |
высотой строчной буквы (обычной) | |
*/ | |
font-variant: small-caps; | |
} |
This file contains hidden or 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
<span>String with some words</span> | |
This file contains hidden or 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
{"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