Advertisement
greenmelon

butterflies font

Apr 16th, 2022
1,270
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. @font-face {
  3. font-family: Butterflies;
  4. src: url(https://dl.dropbox.com/s/l1w3wn5xnj8acn2/Butterflies.ttf);
  5. }
  6.  
  7. #Butterflies {
  8. font-family: Butterflies;
  9. }
  10. </style>
  11.  
  12. <div id="Butterflies">hello</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement