Advertisement
sodorkid

LEDLIGHT font

Mar 12th, 2023
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | Help | 0 0
  1. <style>
  2.     /* Font by Billy Argel Fonts ®, found on DaFont */
  3.     @font-face {
  4.         src: url(https://dl.dropbox.com/s/l73vhgpmrlqwqjs/LEDLIGHT.otf);
  5.         font-family: 'ledlight';
  6.     }
  7.    
  8.     div {
  9.         font-family: 'ledlight';
  10.         font-size: 15px;
  11.     }
  12. </style>
  13.  
  14. <div>ledlight</div>
Tags: font otf ledlight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement