Advertisement
elroseria

gelico milk font

Dec 19th, 2023
965
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: gelico milk;
  5. src: url(https://dl.dropbox.com/s/9zopgii4qgvzt5r/Gelico%20Milk.otf);
  6. }
  7.  
  8. div {
  9. font-family: gelico milk;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> gelico milk </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement