Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. @font-face {
  5. font-family: 'bitchcakes';
  6. src: local('bitchcakes'), url('file:///home/liberiun/bitchcakes.ttf') format('truetype');
  7. }
  8. @font-face {
  9. font-family: 'candles';
  10. src: local('candles'), url('file:///home/liberiun/candles.ttf') format('truetype');
  11. }
  12. #teste {
  13. font-family: 'bitchcakes';
  14. font-style: 'bold';
  15. }
  16. #teste2 {
  17. font-family: 'candles'
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. teste<br/>
  23. <div id="teste">Ola mundo</div>
  24. <div id="teste2">Ola mundo de novo!</div>
  25. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement