Advertisement
miyounhive

powerpuff font

Jan 18th, 2022
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: utonium;
  5. src: url(https://dl.dropbox.com/s/i1ca9p2b9cwhzbg/Utonium.otf);
  6. }
  7.  
  8. #power {
  9. font-family: utonium;
  10. font-size: 40px;
  11. }
  12. </style>
  13.  
  14. <div id="power">powerpuff!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement