ukamori

antre font

Jun 29th, 2022 (edited)
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'antre';
  4. src: url(https://dl.dropbox.com/s/xaspbkonff6y9uf/antre.otf);
  5. }
  6.  
  7. div {
  8. font-family:'antre';
  9. font-size: 3em;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> antre </div>
Add Comment
Please, Sign In to add comment