Advertisement
sodorkid

Dot Spot font

Mar 12th, 2023 (edited)
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.29 KB | Help | 0 0
  1. <style>
  2. /* Font by Galdino Otten, found on DaFont */
  3.     @font-face {
  4.         src: url(https://dl.dropbox.com/s/6wis0jzc8i1xiwg/Dot%20Spot.ttf);
  5.         font-family: 'Dot';
  6.     }
  7.    
  8.     div {
  9.         font-family: 'Dot';
  10.         font-size: 10px;
  11.     }
  12. </style>
  13.  
  14. <div>Dot Spot</div>
Tags: font dot spot ttf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement