Advertisement
sodorkid

Daydream font

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