Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. @font-face {
  2.     font-family: 'GothamPro';
  3.     src: url('https://raw.githubusercontent.com/Seafnox/Gothampro/master/GothamPro/GothamPro.eot') format('eot'),        url('https://raw.githubusercontent.com/Seafnox/Gothampro/master/GothamPro/GothamPro.otf')  format('opentype'),   url('https://raw.githubusercontent.com/Seafnox/Gothampro/master/GothamPro/GothamPro.woff') format('woff'),     url('https://raw.githubusercontent.com/Seafnox/Gothampro/master/GothamPro/GothamPro.ttf')  format('truetype'),     url('https://raw.githubusercontent.com/Seafnox/Gothampro/master/GothamPro/GothamPro.svg') format('svg');
  4. }
  5. p{
  6.   font-family: "GothamPro";
  7.   font-size: 100px;
  8. /*   font-weight: 800; */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement