Skip to content

Commit 359f37a

Browse files
committed
chore(site): make small amends
1 parent 83f36d4 commit 359f37a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

site/src/styles/custom.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
@font-face {
22
font-family: "Inter Display";
3-
src: url("../../public/InterDisplay-Bold.woff2") format("woff2");
3+
src: url("/syncpack/InterDisplay-Bold.woff2") format("woff2");
44
font-weight: 700;
55
font-style: normal;
66
font-display: swap;
77
}
88

99
@font-face {
1010
font-family: "Inter Display";
11-
src: url("../../public/InterDisplay-SemiBold.woff2") format("woff2");
11+
src: url("/syncpack/InterDisplay-SemiBold.woff2") format("woff2");
1212
font-weight: 600;
1313
font-style: normal;
1414
font-display: swap;
@@ -86,6 +86,10 @@ body {
8686
font-optical-sizing: auto;
8787
}
8888

89+
.site-title {
90+
font-size: var(--sl-text-h3);
91+
}
92+
8993
.sl-banner {
9094
margin-top: 0.5rem;
9195
}
@@ -94,7 +98,6 @@ body {
9498
.sl-banner a {
9599
background: var(--sl-color-green-low);
96100
box-shadow: none;
97-
margin: 0.5rem;
98101
color: var(--sl-color-white);
99102
border-radius: 4px;
100103
font-size: var(--sl-text-code);
@@ -146,7 +149,6 @@ site-search button {
146149
}
147150

148151
/* Page title (outside markdown content) */
149-
.site-title,
150152
.content-panel h1 {
151153
font-weight: 700;
152154
font-size: 30px;

0 commit comments

Comments
 (0)