Advertisement
elroseria

crystal wave font

Dec 19th, 2023
955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: crystal wave;
  5. src: url(https://dl.dropbox.com/s/66gs98v2tc8xloa/CrystalWaveRegular-GOLzO.ttf);
  6. }
  7.  
  8. div {
  9. font-family: crystal wave;
  10. }
  11.  
  12. </style>
  13.  
  14. <div> crystal wave </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement