File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ const formatDefault = (value?: string): Default => {
86
86
.line {
87
87
cursor: pointer;
88
88
list-style: none;
89
- overflow-wrap: anywhere ;
89
+ word-break: break-all ;
90
90
}
91
91
92
92
.key {
Original file line number Diff line number Diff line change 1
1
---
2
2
import config from " virtual:starlight/user-config" ;
3
+ import poppins400Woff2 from " @fontsource/poppins/files/poppins-latin-400-normal.woff2?url" ;
4
+ import poppins500Woff2 from " @fontsource/poppins/files/poppins-latin-500-normal.woff2?url" ;
5
+ import jetbrainsMono400Woff2 from " @fontsource/jetbrains-mono/files/jetbrains-mono-latin-400-normal.woff2?url" ;
6
+ import jetbrainsMono600Woff2 from " @fontsource/jetbrains-mono/files/jetbrains-mono-latin-600-normal.woff2?url" ;
3
7
4
8
const { entry, lang, siteTitle } = Astro .locals .starlightRoute ;
5
9
const { data } = entry ;
@@ -57,5 +61,9 @@ const base = stripTrailingSlash(import.meta.env.BASE_URL);
57
61
58
62
<link rel =" preload" as =" image" type =" image/svg+xml" href =" https://assets.papermc.io/brand/papermc_combination_mark_light.min.svg" />
59
63
<link rel =" preload" as =" image" type =" image/svg+xml" href =" https://assets.papermc.io/brand/papermc_combination_mark_dark.min.svg" />
64
+ <link rel =" preload" as =" font" type =" font/woff2" href ={ poppins400Woff2 } />
65
+ <link rel =" preload" as =" font" type =" font/woff2" href ={ poppins500Woff2 } />
66
+ <link rel =" preload" as =" font" type =" font/woff2" href ={ jetbrainsMono400Woff2 } />
67
+ <link rel =" preload" as =" font" type =" font/woff2" href ={ jetbrainsMono600Woff2 } />
60
68
61
69
<script is:inline defer src =" https://trk.papermc.io/api/init" data-website-id =" f93a0860-1253-4868-b27a-08208a36cea7" ></script >
You can’t perform that action at this time.
0 commit comments