fonts.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. @font-face {
  2. font-family: 'barlow-regular';
  3. src: url('Fonts/Barlow-Regular.ttf') format('truetype');
  4. font-weight: normal;
  5. }
  6. @font-face {
  7. font-family: 'cormorant-unicase-regular';
  8. src: url('Fonts/CormorantUnicase-Regular.ttf') format('truetype');
  9. font-weight: normal;
  10. }
  11. @font-face {
  12. font-family: 'exo2-regular';
  13. src: url('Fonts/Exo2-Regular.ttf') format('truetype');
  14. font-weight: normal;
  15. }
  16. @font-face {
  17. font-family: 'gemunu-libre-regular';
  18. src: url('Fonts/GemunuLibre-Regular.ttf') format('truetype');
  19. font-weight: normal;
  20. }
  21. @font-face {
  22. font-family: 'josefin-sans-regular';
  23. src: url('Fonts/JosefinSans-Regular.ttf') format('truetype');
  24. font-weight: normal;
  25. }
  26. @font-face {
  27. font-family: 'oswald-regular';
  28. src: url('Fonts/Oswald-Regular.ttf') format('truetype');
  29. font-weight: normal;
  30. }
  31. @font-face {
  32. font-family: 'roboto-condensed-regular';
  33. src: url('Fonts/RobotoCondensed-Regular.ttf') format('truetype');
  34. font-weight: normal;
  35. }
  36. @font-face {
  37. font-family: 'roboto-regular';
  38. src: url('Fonts/Roboto-Regular.ttf') format('truetype');
  39. font-weight: normal;
  40. }
  41. @font-face {
  42. font-family: 'roboto-slab-regular';
  43. src: url('Fonts/RobotoSlab-Regular.ttf') format('truetype');
  44. font-weight: normal;
  45. }
  46. @font-face {
  47. font-family: 'space-grotesk-regular';
  48. src: url('Fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  49. font-weight: normal;
  50. }
  51. @font-face {
  52. font-family: 'zilla-slab-regular';
  53. src: url('Fonts/ZillaSlab-Regular.ttf') format('truetype');
  54. font-weight: normal;
  55. }
  56. .barlow-font .font-type {
  57. font-family: "barlow-regular";
  58. }
  59. .cormorant-unicase-font .font-type {
  60. font-family: "cormorant-unicase-regular";
  61. }
  62. .exo2-font .font-type {
  63. font-family: "exo2-regular";
  64. }
  65. .gemunu-libre-font .font-type {
  66. font-family: "gemunu-libre-regular";
  67. }
  68. .josefin-sans-font .font-type {
  69. font-family: "josefin-sans-regular";
  70. }
  71. .oswald-font .font-type {
  72. font-family: "oswald-regular";
  73. }
  74. .roboto-condensed-font .font-type {
  75. font-family: "roboto-condensed-regular";
  76. }
  77. .roboto-font .font-type {
  78. font-family: "roboto-regular";
  79. }
  80. .roboto-slab-font .font-type {
  81. font-family: "roboto-slab-regular";
  82. }
  83. .space-grotesk-font .font-type {
  84. font-family: "space-grotesk-regular";
  85. }
  86. .zilla-slab-font .font-type {
  87. font-family: "zilla-slab-regular";
  88. }