168a870c02
For reference: https://go.dev/doc/go1.4#internalpackages
5 lines
328 B
CSS
5 lines
328 B
CSS
:root {
|
|
--entry-content-font-weight: 400;
|
|
--entry-content-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--entry-content-quote-font-family: var(--entry-content-font-family);
|
|
}
|