Advertisement
tominfnaf

vintagesFont

Sep 2nd, 2022
62
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:'Vintages';
  4. src: url(https://dl.dropbox.com/s/gavrc6lwqb5oemd/Vintages.ttf?dl=0);
  5. }
  6. #Vintages {
  7. font-family:'Vintages';
  8. font-size:30px;
  9. }
  10. </style>
  11.  
  12. <div id="Vintages">Vintages!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement