From 8195fd372086f6fb5b8e975f1906aeb8125a63ba Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 23 Jun 2023 06:28:01 +0300 Subject: Fonts edit --- wwwroot/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wwwroot/css') 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; -- cgit v1.2.3