ukamori

genty font

Jun 29th, 2022 (edited)
685
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. @font-face {
  3. font-family:'genty';
  4. src: url(https://dl.dropbox.com/s/ctpy3s68nge1r8d/GentyDemo-Regular.ttf);
  5. }
  6.  
  7. div {
  8. font-family:'genty';
  9. font-size: 4em;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> Genty </div>
  15.  
Add Comment
Please, Sign In to add comment