Advertisement
tominfnaf

helloDayFont

Sep 2nd, 2022
82
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. @font-face {
  3. font-family: day;
  4. src: url(https://dl.dropbox.com/s/yob9nensv1rr0zq/HelloDay.otf);}
  5.  
  6. #day{
  7. font-family:day;
  8. font-size: 30px;
  9. }
  10. </style>
  11. <p id="day">Hello Day!</p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement