Skip to content

Commit ed3c5cf

Browse files
committed
Switch font to global style
1 parent b8e3615 commit ed3c5cf

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

global.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
11
/* Styles go here */
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-
}

0 commit comments

Comments
 (0)