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 /Pages | |
parent | d3518d6bb5e3a0ad40cc31ea582fe73857ca2365 (diff) |
Fonts edit
Diffstat (limited to 'Pages')
-rw-r--r-- | Pages/Shared/_Layout.cshtml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index c8ae4dd..789b9d5 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -24,6 +24,11 @@ <link href="/lib/fancyapps-ui/fancybox.css" rel="stylesheet" /> <link href="/css/styles.css" rel="stylesheet" /> + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link + href="https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+Mono&family=Nunito&display=swap" + rel="stylesheet"> <!-- Yandex.Metrika counter --> <script type="text/javascript"> (function (m, e, t, r, i, k, a) { |