diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-23 06:28:01 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-23 06:28:01 +0300 |
commit | 8195fd372086f6fb5b8e975f1906aeb8125a63ba (patch) | |
tree | 857556116140618cbbbca4faf52e571b664e5513 /wwwroot | |
parent | d3518d6bb5e3a0ad40cc31ea582fe73857ca2365 (diff) |
Fonts edit
Diffstat (limited to 'wwwroot')
-rw-r--r-- | wwwroot/css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wwwroot/css/styles.css b/wwwroot/css/styles.css index da4a992..51f1c89 100644 --- a/wwwroot/css/styles.css +++ b/wwwroot/css/styles.css @@ -58,10 +58,10 @@ --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 33, 37, 41; --bs-body-bg-rgb: 255, 255, 255; - --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + --bs-font-sans-serif: 'Noto Sans', sans-serif; + --bs-font-monospace: 'Noto Sans Mono', monospace; + --bs-body-font-family: 'Nunito', sans-serif; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); - --bs-body-font-family: Nunito, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; |