Advertisement
elroseria

madoka font

Apr 20th, 2024
446
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.  
  3. @font-face {
  4. font-family: madomagi;
  5. src: url(https://dl.dropbox.com/s/jw7da2jevt4m7mx/GD-MadoMaruGoJA-Rev001.otf);
  6. }
  7.  
  8. div {
  9. font-family: madomagi;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> madomarugoja </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement