Advertisement
vaninoe

lumi font

Mar 31st, 2022
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: lumi;
  5. src: url(https://dl.dropbox.com/s/a3ftt66a9mzayi1/Luminauroit.ttf);
  6. }
  7.  
  8.  
  9. #lumi {
  10. font-family: lumi;
  11. }
  12.  
  13. </style>
  14. <div id="lumi">
  15. Your Text Here!
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement