ukamori

stencil love font

Dec 10th, 2021 (edited)
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'stencil-love';
  4. src: url(https://dl.dropbox.com/s/3l0n6too3mj3vne/StencilovePersonalUseRegular-WyerY.ttf);
  5.  
  6. }
  7.  
  8. div {
  9. font-family:'stencil-love';
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div> stencil love </div>
Add Comment
Please, Sign In to add comment