Advertisement
Guest User

Untitled

a guest
May 26th, 2019
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. 1. Get an account on Dropbox.com! This is easy and you can just link it to your gmail so you don't have to worry about logging in.
  2. 2. Download a font you like! Most places where you can get fonts are:
  3. https://dafont.com (ALL free/don't need an account. I suggest you try to see what new font has been added and usually go see the 'Cursive' ones since those are the funky ones everyone uses)
  4. http://creativemarket.com (You're gonna need an account for this but they always have 6 free things you can download every week and it changes! It's great for styles, etc, and they always let you know via email what they have. If you ever wanna see the old fonts they were giving out, I can screen cap my download section and you can choose what you want!)
  5. https://thehungryjpeg.com/ (This one you also need an account but save as above!)
  6. 3. Drag the font to the Dropbox page. It'll appear at the bottom after it's been uploaded to your files.
  7. 4. Click Share.
  8. 5. Click Create Link.
  9. 6. Click Copy Link.
  10. You should get this: https://www.dropbox.com/s/mq371by8qfpvs5s/Aliencons%20TFB-1.ttf?dl=0
  11.  
  12. now this is the code for it:
  13.  
  14. <style>
  15.  
  16.  
  17. @font-face{font-family: fontname; src:url("https://dl.dropboxusercontent.com/s/herewillgothelink");}
  18. </style>
  19.  
  20. 7. So the end result should be.
  21.  
  22. <style>
  23.  
  24.  
  25. @font-face{font-family: fontname; src:url("https://dl.dropboxusercontent.com/s/mq371by8qfpvs5s/Aliencons%20TFB-1.ttf");}
  26. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement