mirror of
https://github.com/ChangJoo-Park/learn-flutter.git
synced 2025-06-08 21:53:09 +00:00
chore: update styles.css
This commit is contained in:
parent
a86d882f53
commit
75482f684d
2 changed files with 18 additions and 0 deletions
|
@ -54,6 +54,11 @@ export default defineConfig({
|
||||||
href: "https://github.com/changjoo-park/learn-flutter",
|
href: "https://github.com/changjoo-park/learn-flutter",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
editLink: {
|
||||||
|
text: "Edit this page on GitHub",
|
||||||
|
icon: "github",
|
||||||
|
href: "https://github.com/changjoo-park/learn-flutter/edit/main/docs/",
|
||||||
|
},
|
||||||
sidebar: sidebars,
|
sidebar: sidebars,
|
||||||
plugins: [
|
plugins: [
|
||||||
starlightLlmsTxt({
|
starlightLlmsTxt({
|
||||||
|
|
13
src/styles/custom.css
Normal file
13
src/styles/custom.css
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
@import url("https://statics.goorm.io/fonts/GoormSans/v1.0.0/GoormSans.min.css");
|
||||||
|
@import url("https://statics.goorm.io/fonts/GoormSansCode/v1.0.1/GoormSansCode.min.css");
|
||||||
|
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--sl-font-system: 'Goorm Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
||||||
|
Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
|
||||||
|
'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||||
|
--sl-font-system-mono: 'Goorm Sans Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
|
||||||
|
'Courier New', monospace;
|
||||||
|
--__sl-font: var(--sl-font, var(--sl-font-system)), var(--sl-font-system);
|
||||||
|
--__sl-font-mono: var(--sl-font-mono, var(--sl-font-system-mono)), var(--sl-font-system-mono);
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue