Advertisement
elroseria

canteria free font

Dec 19th, 2023
803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: canteria free;
  5. src: url(https://dl.dropbox.com/s/p8h4eu0dlcyej18/canteriafree-regular.otf);
  6. }
  7.  
  8. div {
  9. font-family: canteria free;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> canteria </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement