Advertisement
yizhuo

codes

Jul 28th, 2022
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. --- ALL THE TEXTS ---
  2.  
  3. <link rel="preconnect" href="https://fonts.googleapis.com">
  4. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  5. <link href="https://fonts.googleapis.com/css2?family=Mali&display=swap" rel="stylesheet">
  6.  
  7. <style>
  8. @font-face {
  9. font-family:'PORKYS';
  10. src: url(https://dl.dropbox.com/s/p47jjxbd1dg8st2/PORKYS_.TTF?);
  11. }
  12.  
  13. @font-face {
  14. font-family: sant joan;
  15. src: url(https://dl.dropbox.com/s/iwvkrg8ccgd1pf4/SantJoanDespi-Regular.otf);
  16. }
  17. </style>
  18.  
  19. --- CODES ---
  20.  
  21. <style>
  22. #text03 {
  23. font-family:'PORKYS';
  24. }
  25.  
  26. #text04 {
  27. font-family: Mali;
  28. position: absolute;
  29. top: .5em;
  30. width: 9em;
  31. left: 9.4em;
  32. }
  33. </style>
  34.  
  35. <style>
  36. html {
  37. overflow: scroll;
  38. overflow-x: hidden;
  39. }
  40. ::-webkit-scrollbar {
  41. width: 0;
  42. background: transparent;
  43. }
  44. ::-webkit-scrollbar-thumb {
  45. background: transparent;
  46. }
  47. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement