Skip to content

Commit e2e3bc7

Browse files
committed
New References
1 parent 038f20c commit e2e3bc7

20 files changed

Lines changed: 5336 additions & 155 deletions
Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,19 @@
22

33
@font-face {
44
font-family: "JetBrainsMono";
5-
src: url(../fonts/JetBrainsMono-Regular.ttf) format("opentype");
6-
font-display: swap;
7-
}
8-
9-
@font-face {
10-
font-family: "Optician Sans";
11-
src: url(../fonts/Optician-Sans.otf) format("opentype");
12-
font-display: swap;
13-
}
14-
15-
@font-face {
16-
font-family: "Geist";
17-
src: url(../fonts/Geist-Regular.otf) format("opentype");
5+
src: url("../fonts/JetBrainsMono-Regular.woff2") format("woff2");
186
font-display: swap;
197
}
208

219
@font-face {
2210
font-family: "Geist Medium";
23-
src: url(../fonts/Geist-Medium.otf) format("opentype");
11+
src: url("../fonts/Geist-Medium.woff2") format("woff2");
2412
font-display: swap;
2513
}
2614

2715
@font-face {
2816
font-family: "GeistMono Medium";
29-
src: url(../fonts/GeistMono-Medium.otf) format("opentype");
17+
src: url("../fonts/GeistMono-Medium.woff2") format("woff2");
3018
font-display: swap;
3119
}
3220

@@ -96,10 +84,8 @@ a {
9684
--main-radius: 0.25rem;
9785

9886
/* Font */
99-
--font: 'Geist Regular', sans-serif;
10087
--font-medium: 'Geist Medium', sans-serif;
10188
--font-mono-medium: 'GeistMono Medium', sans-serif;
102-
--font-optician: 'Optician Sans', sans-serif;
10389
--font-jetbrains: 'JetBrainsMono', sans-serif;
10490
--font-size: 0.850rem;
10591

@@ -181,7 +167,7 @@ a {
181167
/* General style */
182168

183169
body {
184-
font-family: var(--font);
170+
font-family: var(--font-medium);
185171
font-size: var(--font-size);
186172
color: var(--c1);
187173
-webkit-font-smoothing: antialiased;
@@ -320,12 +306,7 @@ body {
320306
}
321307

322308
.beta {
323-
font-family: var(--font-optician);
324-
font-size: 1em;
325-
color: var(--c6);
326-
border-radius: var(--main-radius);
327-
padding: 0.125em 0.285em;
328-
background-color: var(--c5);
309+
fill: var(--c5);
329310
}
330311

331312
@media screen and (max-width: 900px) {
@@ -397,9 +378,9 @@ body {
397378
}
398379

399380
.hero_content p {
400-
font-family: var(--font);
401-
font-size: 1.05rem;
402-
line-height: 1.75;
381+
font-family: var(--font-mono-medium);
382+
font-size: var(--font-size);
383+
line-height: 1.6;
403384
color: var(--c1);
404385
margin-top: 5px;
405386
}
@@ -663,7 +644,7 @@ input[type="search"]::-ms-clear {
663644
}
664645

665646
.header_title h1 {
666-
font-size: 0.975rem;
647+
font-size: 0.845rem;
667648
font-weight: unset;
668649
}
669650

@@ -815,8 +796,8 @@ kbd,
815796
pre,
816797
samp {
817798
font-family: var(--font-jetbrains), ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
818-
font-size: 0.875rem;
819-
line-height: 1.350rem;
799+
font-size: 0.790rem;
800+
line-height: 1.250rem;
820801
}
821802

822803
pre.shiki,

assets/fonts/Geist-Medium.otf

-123 KB
Binary file not shown.

assets/fonts/Geist-Medium.woff2

40.1 KB
Binary file not shown.

assets/fonts/Geist-Regular.otf

-119 KB
Binary file not shown.

assets/fonts/GeistMono-Medium.otf

-65.9 KB
Binary file not shown.
43.4 KB
Binary file not shown.
-267 KB
Binary file not shown.
90 KB
Binary file not shown.

assets/fonts/Optician-License.txt

Lines changed: 0 additions & 91 deletions
This file was deleted.

assets/fonts/Optician-Sans.otf

-27.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)