dollcrds

cr doiibahi fonts & scrollbar

Mar 24th, 2024 (edited)
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: aespa;
  4. src: url(https://dl.dropbox.com/s/gy2yvbau2ieeeng/aespa_Regular.ttf);
  5. }
  6.  
  7. @font-face {
  8. font-family: windows;
  9. src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
  10. }
  11.  
  12. @font-face {
  13. font-family:'yipes';
  14. src: url(https://dl.dropbox.com/s/qrdm3wived8sm66/Yipes.ttf);
  15. }
  16.  
  17. @font-face {
  18. font-family: dreams;
  19. src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
  20. }
  21. html {
  22. overflow: scroll;
  23. overflow-x: hidden;
  24. }
  25. ::-webkit-scrollbar {
  26. width: 0; /* remove scrollbar space */
  27. background: transparent; /* to make scrollbar invisible */
  28. }
  29. ::-webkit-scrollbar-thumb {
  30. background: transparent;
  31. }
  32. </style>
Advertisement
Add Comment
Please, Sign In to add comment