Source code for website arcusiridis.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
5.2 KiB

5 years ago
  1. @font-face {
  2. font-family: "Clear Sans";
  3. src: url('fonts/clear-sans/ClearSans-Regular.woff') format('woff');
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. @font-face {
  8. font-family: "Clear Sans";
  9. src: url('fonts/clear-sans/ClearSans-Italic.woff') format('woff');
  10. font-weight: normal;
  11. font-style: italic;
  12. }
  13. @font-face {
  14. font-family: "Clear Sans";
  15. src: url('fonts/clear-sans/ClearSans-Bold.woff') format('woff');
  16. font-weight: bold;
  17. font-style: normal;
  18. }
  19. @font-face {
  20. font-family: "Clear Sans";
  21. src: url('fonts/clear-sans/ClearSans-BoldItalic.woff') format('woff');
  22. font-weight: bold;
  23. font-style: italic;
  24. }
  25. @font-face {
  26. font-family: "Alegreya";
  27. src: url('fonts/alegreya/Alegreya-Regular.woff2') format('woff2'), url('fonts/alegreya/Alegreya-Regular.woff') format('woff');
  28. font-weight: normal;
  29. font-style: normal;
  30. }
  31. @font-face {
  32. font-family: "Alegreya";
  33. src: url('fonts/alegreya/Alegreya-Italic.woff2') format('woff2'), url('fonts/alegreya/Alegreya-Italic.woff') format('woff');
  34. font-weight: normal;
  35. font-style: italic;
  36. }
  37. @font-face {
  38. font-family: "Alegreya";
  39. src: url('fonts/alegreya/Alegreya-Bold.woff2') format('woff2'), url('fonts/alegreya/Alegreya-Bold.woff') format('woff');
  40. font-weight: bold;
  41. font-style: normal;
  42. }
  43. @font-face {
  44. font-family: "Alegreya";
  45. src: url('fonts/alegreya/Alegreya-BoldItalic.woff2') format('woff2'), url('fonts/alegreya/Alegreya-BoldItalic.woff') format('woff');
  46. font-weight: bold;
  47. font-style: italic;
  48. }
  49. @font-face {
  50. font-family: "Zilla Slab";
  51. src: url('fonts/zilla-slab/ZillaSlab-Regular.woff2') format('woff2'), url('fonts/zilla-slab/ZillaSlab-Regular.woff') format('woff');
  52. font-weight: normal;
  53. font-style: normal;
  54. }
  55. @font-face {
  56. font-family: "Zilla Slab";
  57. src: url('fonts/zilla-slab/ZillaSlab-RegularItalic.woff2') format('woff2'), url('fonts/zilla-slab/ZillaSlab-RegularItalic.woff') format('woff');
  58. font-weight: normal;
  59. font-style: italic;
  60. }
  61. @font-face {
  62. font-family: "Zilla Slab";
  63. src: url('fonts/zilla-slab/ZillaSlab-Bold.woff2') format('woff2'), url('fonts/zilla-slab/ZillaSlab-Bold.woff') format('woff');
  64. font-weight: bold;
  65. font-style: normal;
  66. }
  67. @font-face {
  68. font-family: "Zilla Slab";
  69. src: url('fonts/zilla-slab/ZillaSlab-BoldItalic.woff2') format('woff2'), url('fonts/zilla-slab/ZillaSlab-BoldItalic.woff') format('woff');
  70. font-weight: bold;
  71. font-style: italic;
  72. }
  73. @font-face {
  74. font-family: "Source Code Pro";
  75. src: url('fonts/sourcecodepro/SourceCodePro-Regular.woff2') format('woff2'), url('fonts/sourcecodepro/SourceCodePro-Regular.woff') format('woff');
  76. font-weight: normal;
  77. font-style: normal;
  78. }
  79. @font-face {
  80. font-family: "Source Code Pro";
  81. src: url('fonts/sourcecodepro/SourceCodePro-It.woff2') format('woff2'), url('fonts/sourcecodepro/SourceCodePro-It.woff') format('woff');
  82. font-weight: normal;
  83. font-style: italic;
  84. }
  85. @font-face {
  86. font-family: "Source Code Pro";
  87. src: url('fonts/sourcecodepro/SourceCodePro-Bold.woff2') format('woff2'), url('fonts/sourcecodepro/SourceCodePro-Bold.woff') format('woff');
  88. font-weight: bold;
  89. font-style: normal;
  90. }
  91. @font-face {
  92. font-family: "Source Code Pro";
  93. src: url('fonts/sourcecodepro/SourceCodePro-BoldIt.woff2') format('woff2'), url('fonts/sourcecodepro/SourceCodePro-BoldIt.woff') format('woff');
  94. font-weight: bold;
  95. font-style: italic;
  96. }
  97. @font-face {
  98. font-family: "Secret Typewriter";
  99. src: url('fonts/secret-typewriter/secret-typewriter.woff');
  100. font-weight: normal;
  101. font-style: normal;
  102. }
  103. @font-face {
  104. font-family: 'aquiline-two';
  105. src: url('fonts/aquiline-two/aquiline-two.woff');
  106. font-weight: normal;
  107. font-style: normal;
  108. }
  109. @font-face {
  110. font-family: 'blokletters';
  111. src: url('fonts/blokletters/blokletters-regular.woff');
  112. font-weight: normal;
  113. font-style: normal;
  114. }
  115. @font-face {
  116. font-family: 'blokletters';
  117. src: url('fonts/blokletters/blokletters-bold.woff');
  118. font-weight: bold;
  119. font-style: normal;
  120. }
  121. @font-face {
  122. font-family: 'blokletters';
  123. src: url('fonts/blokletters/blokletters-light.woff');
  124. font-weight: 300;
  125. font-style: normal;
  126. }
  127. @font-face {
  128. font-family:'calligraffiti';
  129. src: url('fonts/calligraffiti/calligraffiti.woff2') format('woff2'), url('fonts/calligraffiti/calligraffiti.woff') format('woff');
  130. font-weight: normal;
  131. font-style: normal;
  132. }
  133. @font-face {
  134. font-family: 'felipa';
  135. src: url('fonts/felipa/felipa.otf');
  136. font-weight: normal;
  137. font-style: normal;
  138. }
  139. @font-face {
  140. font-family:'note-this';
  141. src: url('fonts/note-this/note-this.woff2') format('woff2'), url('fonts/note-this/note-this.woff') format('woff');
  142. font-weight: normal;
  143. font-style: normal;
  144. }
  145. @font-face {
  146. font-family: 'over-the-rainbow';
  147. src: url('fonts/over-the-rainbow/over-the-rainbow.ttf');
  148. font-weight: normal;
  149. font-style: normal;
  150. }
  151. body {
  152. font-family: var(--font-body);
  153. }
  154. header:not(.fa), h1, h2, h3, h4, h5, h6, .widget-header:not(.fas):not(.far):not(.fab), .button, #menu-toggle {
  155. font-family: var(--font-header);
  156. }
  157. .serif, .serif * {
  158. font-family: "Alegreya", serif !important;
  159. }
  160. .slab-serif, .slab-serif * {
  161. font-family: "Zilla Slab", serif !important;
  162. }
  163. .sans-serif, .sans-serif * {
  164. font-family: "Clear Sans", sans-serif !important;
  165. }
  166. .typewriter, .typewriter * {
  167. font-family: "Secret Typewriter", monospace !important;
  168. }