Advertisement
gyaruko

akira font

Feb 22nd, 2022
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: akira;
  4. src: url("https://dl.dropbox.com/s/ksrxgovmwolbe0f/Akira%20Expanded%20Demo.otf");
  5. }
  6.  
  7. #akira {
  8. font-family: akira;
  9. font-size: 2em;
  10. }
  11. </style>
  12. <div id="akira"> Akira </div>
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement