We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e3615 commit ed3c5cfCopy full SHA for ed3c5cf
global.css
@@ -0,0 +1,10 @@
1
+/* Global styles applied to every page */
2
+
3
+@font-face {
4
+ font-family: 'DSWeiss-Gotisch';
5
+ src: url('./fonts/ds-weiss-gotisch/DSWeiss-Gotisch.ttf') format('truetype');
6
+}
7
8
+h1, h2, h3, h4, h5, h6 {
9
+ font-family: 'DSWeiss-Gotisch', serif;
10
style.css
@@ -1,10 +1 @@
/* Styles go here */
-
-@font-face {
- font-family: 'DSWeiss-Gotisch';
- src: url('./fonts/ds-weiss-gotisch/DSWeiss-Gotisch.ttf') format('truetype');
-}
-h1, h2, h3, h4, h5, h6 {
- font-family: 'DSWeiss-Gotisch', serif;
0 commit comments