mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 19:10:29 -04:00
13 lines
612 B
CSS
13 lines
612 B
CSS
:root {
|
|
--rounded-edge-radius: 0.65em;
|
|
--link-underline-size: calc(0.1em + 0.05rem);
|
|
|
|
--font-family-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
|
|
sans-serif;
|
|
--font-family-sans-variable: InterVariable, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
Helvetica, Arial, sans-serif;
|
|
--font-family-mono: "Roboto Mono", ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier;
|
|
--font-family-mono-variable: "Roboto MonoVariable", ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
|
|
Courier;
|
|
}
|