Skip to content

Commit 6839915

Browse files
committed
new font! (for headers)
1 parent a111f74 commit 6839915

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

public/Epoch.otf

43.4 KB
Binary file not shown.

src/index.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
@font-face {
2+
font-family: "Epoch";
3+
src: url("/Epoch.otf") format("opentype");
4+
font-weight: normal;
5+
font-style: normal;
6+
}
7+
18
:root {
29
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
310
line-height: 1.5;
@@ -9,3 +16,6 @@
916
-moz-osx-font-smoothing: grayscale;
1017
}
1118

19+
h1, h2, h3, h4, h5, h6 {
20+
font-family: Epoch, system-ui, Avenir, Helvetica, Arial, sans-serif;
21+
}

0 commit comments

Comments
 (0)