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 80b4246 commit a04d3f1Copy full SHA for a04d3f1
docusaurus.config.ts
@@ -15,6 +15,15 @@ const config: Config = {
15
organizationName: "mit-dormcon",
16
projectName: "website",
17
trailingSlash: false,
18
+ headTags: [
19
+ {
20
+ tagName: "link",
21
+ attributes: {
22
+ rel: "stylesheet",
23
+ href: "https://use.typekit.net/qxe5rxu.css",
24
+ }
25
26
+ ],
27
themeConfig: {
28
announcementBar: {
29
id: "gbm_f25",
src/css/custom.css
@@ -30,6 +30,19 @@
30
--ifm-background-color: #ffffff;
31
}
32
33
+html {
34
+ font-family: proxima-nova, system-ui;
35
+}
36
+
37
+h1,
38
+h2,
39
+h3,
40
+h4,
41
+h5,
42
+h6 {
43
44
45
46
.docusaurus-highlight-code-line {
47
background-color: rgb(72, 77, 91);
48
display: block;
0 commit comments