ukamori

rosalie font

Dec 11th, 2021 (edited)
2,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family:'rosalie';
  4. src: url(https://dl.dropbox.com/s/xqlz6p59syect4a/rosalie.regular.otf);
  5.  
  6. }
  7.  
  8. div {
  9. font-family:'rosalie';
  10. font-size: 2em;
  11. }
  12.  
  13. </style>
  14.  
  15. <div> rosalie </div>
Add Comment
Please, Sign In to add comment