Guest User

Css font face

a guest
May 17th, 2021
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.15 KB | None | 0 0
  1. @font-face {
  2.     font-family: Quicksand;
  3.     src: url('qucksand.ttf');
  4. }
  5.  
  6. @font-face {
  7.     font-family: Quicksand-bold;
  8.     src: url('qucksand2.ttf');
  9. }
Advertisement
Add Comment
Please, Sign In to add comment