Advertisement
fterlyfe

Planet Kosmos font/text

Nov 30th, 2021 (edited)
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <! --- Planet Kosmos font by Planet y2k, code for carrd by fterlyfe --->
  2. <! --- see lifted.crd.co for how to use --->
  3. <style>
  4. @font-face {
  5. font-family: PlanetKosmos;
  6. src: url(https://dl.dropbox.com/s/hayn9sohad5mcv3/PLANK___.TTF);
  7. }
  8.  
  9. #textytext {
  10. font-family: PlanetKosmos;
  11. font-size: 20px;
  12. }
  13.  
  14. </style>
  15.  
  16. <div id="textytext">text here!</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement