Advertisement
ruesha

powerpuff girls font

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