vaninoe

sweet chili font

Nov 17th, 2021 (edited)
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2.  
  3. @font-face {
  4. font-family: 'sweet chili';
  5. src: url(https://dl.dropbox.com/s/75jqjh91u3gsnxj/Sweet%20Chili%20Demo.ttf);
  6. }
  7.  
  8. #sweet {
  9. font-family: 'sweet chili';
  10. }
  11.  
  12. </style>
  13. <div id="sweet">
  14. Your Text Here!
  15. </div>
Add Comment
Please, Sign In to add comment