Advertisement
n3ito

[font] sticky notes

Jan 29th, 2022
74
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:stickynotes;
  4. src:url(https://dl.dropbox.com/s/f9gaweoqdwjbrwz/Sticky%20Notes.ttf);
  5. }
  6.  
  7. #note {
  8. font-family:stickynotes;
  9. </style>
  10.  
  11. <div id="note">Sticky Notes</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement