Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
35,620
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. /*Fortnite Font Import*/
  2.  
  3. /* This is the Fortnite Bold Font */
  4. @font-face {font-family: "Burbank Big Condensed Bold";
  5. src: url("//db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.eot");
  6. src: url("//db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.eot?#iefix") format("embedded-opentype"),
  7. url("//db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.woff2") format("woff2"),
  8. url("//db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.woff") format("woff"),
  9. url("//db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.ttf") format("truetype"),
  10. url("//db.onlinewebfonts.com/t/800e985f75a5a56c2f7b4be502d286de.svg#Burbank Big Condensed") format("svg");
  11. }
  12.  
  13. /* This is the Fortnite Light Font */
  14. @font-face {font-family: "Burbank Big Condensed Light";
  15. src: url("//db.onlinewebfonts.com/t/703617a01296c595b1daed4c5de1f6b7.eot");
  16. src: url("//db.onlinewebfonts.com/t/703617a01296c595b1daed4c5de1f6b7.eot?#iefix") format("embedded-opentype"),
  17. url("//db.onlinewebfonts.com/t/703617a01296c595b1daed4c5de1f6b7.woff2") format("woff2"),
  18. url("//db.onlinewebfonts.com/t/703617a01296c595b1daed4c5de1f6b7.woff") format("woff"),
  19. url("//db.onlinewebfonts.com/t/703617a01296c595b1daed4c5de1f6b7.ttf") format("truetype"),
  20. url("//db.onlinewebfonts.com/t/703617a01296c595b1daed4c5de1f6b7.svg#Burbank Big Condensed") format("svg");
  21. }
  22.  
  23. /* This is the Fortnite Medium Font */
  24. @font-face {font-family: "Burbank Big Condensed Medium";
  25. src: url("//db.onlinewebfonts.com/t/831e1041c97169ac1d4dc3d161b235cc.eot");
  26. src: url("//db.onlinewebfonts.com/t/831e1041c97169ac1d4dc3d161b235cc.eot?#iefix") format("embedded-opentype"),
  27. url("//db.onlinewebfonts.com/t/831e1041c97169ac1d4dc3d161b235cc.woff2") format("woff2"),
  28. url("//db.onlinewebfonts.com/t/831e1041c97169ac1d4dc3d161b235cc.woff") format("woff"),
  29. url("//db.onlinewebfonts.com/t/831e1041c97169ac1d4dc3d161b235cc.ttf") format("truetype"),
  30. url("//db.onlinewebfonts.com/t/831e1041c97169ac1d4dc3d161b235cc.svg#Burbank Big Condensed") format("svg");
  31. }
  32.  
  33.  
  34. /* This is the Fortnite Black Font */
  35. @font-face {font-family: "Burbank Big Condensed Black";
  36. src: url("//db.onlinewebfonts.com/t/cdc8c3de1e6bd5a9a67c6a001f9fedd0.eot");
  37. src: url("//db.onlinewebfonts.com/t/cdc8c3de1e6bd5a9a67c6a001f9fedd0.eot?#iefix") format("embedded-opentype"),
  38. url("//db.onlinewebfonts.com/t/cdc8c3de1e6bd5a9a67c6a001f9fedd0.woff2") format("woff2"),
  39. url("//db.onlinewebfonts.com/t/cdc8c3de1e6bd5a9a67c6a001f9fedd0.woff") format("woff"),
  40. url("//db.onlinewebfonts.com/t/cdc8c3de1e6bd5a9a67c6a001f9fedd0.ttf") format("truetype"),
  41. url("//db.onlinewebfonts.com/t/cdc8c3de1e6bd5a9a67c6a001f9fedd0.svg#Burbank Big Condensed") format("svg");
  42. }
  43.  
  44. /* Fortnite Light Import */
  45. @import url(//db.onlinewebfonts.com/c/703617a01296c595b1daed4c5de1f6b7?family=Burbank+Big+Condensed);
  46. /* Fortnite Medium Import */
  47. @import url(//db.onlinewebfonts.com/c/831e1041c97169ac1d4dc3d161b235cc?family=Burbank+Big+Condensed);
  48. /* Fortnite Bold Import */
  49. @import url(//db.onlinewebfonts.com/c/800e985f75a5a56c2f7b4be502d286de?family=Burbank+Big+Condensed);
  50. /* Fortnite Black Import */
  51. @import url(//db.onlinewebfonts.com/c/cdc8c3de1e6bd5a9a67c6a001f9fedd0?family=Burbank+Big+Condensed);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement