Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <html class="no-js" lang="">
  2.  
  3. <head>
  4. <meta charset="utf-8">
  5. <title>test</title>
  6.  
  7. <link rel="stylesheet" href="../includes/css/font.css">
  8. <style>
  9. body{
  10. font-family:TESTFONT!important;
  11. }
  12. </style>
  13. </head><body>
  14. <p>this is test</p>
  15. </body></html>
  16.  
  17. @font-face {
  18. font-family: TESTFONT;
  19. src: url('../fonts/TESTFONT/eot/TESTFONT.eot');
  20. src: url('../fonts/TESTFONT/eot/TESTFONT.eot?#iefix')
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement