Skip to content

Commit a04d3f1

Browse files
committed
add font
1 parent 80b4246 commit a04d3f1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docusaurus.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ const config: Config = {
1515
organizationName: "mit-dormcon",
1616
projectName: "website",
1717
trailingSlash: false,
18+
headTags: [
19+
{
20+
tagName: "link",
21+
attributes: {
22+
rel: "stylesheet",
23+
href: "https://use.typekit.net/qxe5rxu.css",
24+
}
25+
}
26+
],
1827
themeConfig: {
1928
announcementBar: {
2029
id: "gbm_f25",

src/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@
3030
--ifm-background-color: #ffffff;
3131
}
3232

33+
html {
34+
font-family: proxima-nova, system-ui;
35+
}
36+
37+
h1,
38+
h2,
39+
h3,
40+
h4,
41+
h5,
42+
h6 {
43+
font-family: proxima-nova, system-ui;
44+
}
45+
3346
.docusaurus-highlight-code-line {
3447
background-color: rgb(72, 77, 91);
3548
display: block;

0 commit comments

Comments
 (0)