Advertisement
vaninoe

starry font

Mar 31st, 2022
200
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: starry;
  5. src: url(https://dl.dropbox.com/s/e3r8yb3w8z0h8w4/SilverLining.ttf);
  6. }
  7.  
  8.  
  9.  
  10. #starry {
  11. font-family: starry;
  12. }
  13.  
  14. </style>
  15. <div id="starry">
  16. Your Text Here!
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement