Advertisement
ingenuo

sunflower font

May 15th, 2022
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: sunflower;
  4. src: url(https://dl.dropbox.com/s/0salmh6600tjkzi/MADE%20Sunflower%20PERSONAL%20USE.otf?dl=0);
  5. }
  6.  
  7. #sunflower {
  8. font-family: sunflower;
  9. }
  10. </style>
  11.  
  12. <div id="sunflower">Text!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement