Advertisement
elroseria

feathery font

Oct 20th, 2022 (edited)
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: feathery;
  5. src: url(https://dl.dropbox.com/s/fbvipczxi2hcgfs/Feathery%20-%20Personal%20Use.otf);
  6. }
  7.  
  8. div {
  9. font-family: feathery;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> Feathery </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement