Advertisement
fterlyfe

Casual font/text

Dec 31st, 2021
1,429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <! --- Casual font by AJ Palmer, code for carrd by fterlyfe --->
  2. <style>
  3. @font-face {
  4. font-family: Casual;
  5. src: url(https://dl.dropbox.com/s/9ib1nv5su36i4l5/casual.ttf);
  6. }
  7.  
  8. #textytext {
  9. font-family: Casual;
  10. font-size: 20px;
  11. }
  12.  
  13. </style>
  14.  
  15. <div id="textytext">text here!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement