Advertisement
tominfnaf

handyFont

Sep 2nd, 2022
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'handy';
  4. src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
  5. }
  6. #handy {
  7. font-family:'handy';
  8. font-size:30px;
  9. }
  10. </style>
  11.  
  12. <div id="handy">Handy !</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement