SHOW:
|
|
- or go back to the newest paste.
| 1 | <style> | |
| 2 | @font-face {
| |
| 3 | - | font-family: handy; |
| 3 | + | font-family: heartfont; |
| 4 | - | src: url(https://dl.dropbox.com/s/u7k95pdukfqfwif/handy00.ttf); |
| 4 | + | src: url(https://dl.dropbox.com/s/yil1jqjagaup9fr/heartfont.ttf); |
| 5 | } | |
| 6 | ||
| 7 | #textytext {
| |
| 8 | - | font-family: handy; |
| 8 | + | font-family: heartfont; |
| 9 | font-size: 20px; | |
| 10 | } | |
| 11 | ||
| 12 | </style> | |
| 13 | ||
| 14 | <div id="textytext">text here!</div> | |
| 15 |