mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-02 13:33:09 +00:00
23 lines
668 B
HTML
23 lines
668 B
HTML
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<style>
|
|
:root {
|
|
--codex-font-family: Inter, 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;
|
|
|
|
font-family: var(--codex-font-family);
|
|
font-feature-settings: normal;
|
|
font-variation-settings: normal;
|
|
tab-size: 4;
|
|
font-size: 0.875rem;
|
|
line-height: 1.5rem;
|
|
|
|
color-scheme: dark;
|
|
}
|
|
</style>
|