Skip to content

Instantly share code, notes, and snippets.

@isnifer
Created October 5, 2015 11:55
Show Gist options
  • Save isnifer/2671b5f1e3ca9d935aa8 to your computer and use it in GitHub Desktop.
Save isnifer/2671b5f1e3ca9d935aa8 to your computer and use it in GitHub Desktop.
Krutova html
<html>
<head>
<style>
.text {
font-size: 7px;
color: green;
font-face: 'Monotype Coursiva'
}
</style>
</head>
<!-- вместо <font ....> напиши так -->
<span class="text">Любой текст</span>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment