diff --git a/new.css b/new.css index 61cc227..82483b2 100644 --- a/new.css +++ b/new.css @@ -1,4 +1,5 @@ :root { + --nc-font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --nc-font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --nc-font-mono: Consolas, monaco, 'Ubuntu Mono', 'Liberation Mono', 'Courier New', Courier, monospace; @@ -111,6 +112,7 @@ body { } h1,h2,h3,h4,h5,h6 { + font-family: var(--nc-font-heading); line-height: 1; color: var(--nc-tx-1); padding-top: .875rem; @@ -444,4 +446,4 @@ input { img { max-width: 100%; -} \ No newline at end of file +} diff --git a/theme/boilerplate.css b/theme/boilerplate.css index d9f7112..c0049de 100644 --- a/theme/boilerplate.css +++ b/theme/boilerplate.css @@ -1,4 +1,5 @@ :root { + --nc-font-heading: sans-serif; --nc-font-sans: sans-serif; --nc-font-mono: monospace; --nc-tx-1: #000000; @@ -11,4 +12,4 @@ --nc-lk-tx: #FFFFFF; --nc-ac-1: #79FFE1; --nc-ac-tx: #000000; -} \ No newline at end of file +} diff --git a/theme/terminal.css b/theme/terminal.css index f63265b..f082a07 100644 --- a/theme/terminal.css +++ b/theme/terminal.css @@ -1,6 +1,7 @@ @import url("https://fonts.xz.style/serve/fira-code.css"); :root { + --nc-font-heading: 'Fira Code', monospace; --nc-font-sans: 'Fira Code', monospace; --nc-font-mono: 'Fira Code', monospace; --nc-tx-1: #FFFFFF; @@ -13,4 +14,4 @@ --nc-lk-tx: #000000; --nc-ac-1: #00FF00; --nc-ac-tx: #000000; -} \ No newline at end of file +}