Skip to content

Commit 7b743c0

Browse files
committed
fix: build-errors
1 parent 8a6de4e commit 7b743c0

File tree

1 file changed

+1
-49
lines changed

1 file changed

+1
-49
lines changed

docs/.vitepress/theme/style.css

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -93,55 +93,13 @@
9393
}
9494

9595
/* ================================================
96-
<<<<<<< Updated upstream
97-
SATOSHI FONT
98-
================================================ */
99-
100-
@font-face {
101-
font-family: "Satoshi";
102-
src:
103-
url("/fonts/Satoshi/Satoshi-Light.woff2") format("woff2"),
104-
url("/fonts/Satoshi/Satoshi-Light.woff") format("woff");
105-
font-weight: 300;
106-
font-style: normal;
107-
font-display: swap;
108-
}
109-
110-
@font-face {
111-
font-family: "Satoshi";
112-
src:
113-
url("/fonts/Satoshi/Satoshi-Regular.woff2") format("woff2"),
114-
url("/fonts/Satoshi/Satoshi-Regular.woff") format("woff");
115-
font-weight: 400;
116-
font-style: normal;
117-
font-display: swap;
118-
}
119-
120-
@font-face {
121-
font-family: "Satoshi";
122-
src:
123-
url("/fonts/Satoshi/Satoshi-Medium.woff2") format("woff2"),
124-
url("/fonts/Satoshi/Satoshi-Medium.woff") format("woff");
125-
font-weight: 500;
126-
font-style: normal;
127-
font-display: swap;
128-
}
129-
130-
@font-face {
131-
font-family: "Satoshi";
132-
src:
133-
url("/fonts/Satoshi/Satoshi-Bold.woff2") format("woff2"),
134-
url("/fonts/Satoshi/Satoshi-Bold.woff") format("woff");
135-
font-weight: 700;
136-
=======
13796
INTER VARIABLE FONT
13897
================================================ */
13998

14099
@font-face {
141100
font-family: "Inter";
142101
src: url("/fonts/Inter/Inter-roman.var.woff2") format("woff2-variations");
143102
font-weight: 100 900;
144-
>>>>>>> Stashed changes
145103
font-style: normal;
146104
font-display: swap;
147105
}
@@ -197,20 +155,14 @@
197155

198156
/* Fonts */
199157
--vp-font-family-base:
200-
<<<<<<< Updated upstream
201-
"Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
202-
=======
203158
"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
204159
--vp-font-family-heading:
205160
"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
206-
>>>>>>> Stashed changes
207161
--vp-font-family-mono:
208162
"IBM Plex Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
209163
monospace;
210164
}
211165

212-
<<<<<<< Updated upstream
213-
=======
214166
/* ================================================
215167
TYPOGRAPHY OPTIMIZATION
216168
================================================ */
@@ -275,7 +227,7 @@ body {
275227
letter-spacing: -0.015em;
276228
}
277229

278-
>>>>>>> Stashed changes
230+
279231
/* Dark mode */
280232
.dark {
281233
--vp-c-bg: #0a0a0a;

0 commit comments

Comments
 (0)