From f4df7c433b1cc2556a862d48f78da6593394d3cd Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Tue, 30 Mar 2021 16:01:27 +0200 Subject: [PATCH] Update _typography.scss --- zero.Web.UI/Sass/Core/_typography.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zero.Web.UI/Sass/Core/_typography.scss b/zero.Web.UI/Sass/Core/_typography.scss index 36f8d279..2c05f91e 100644 --- a/zero.Web.UI/Sass/Core/_typography.scss +++ b/zero.Web.UI/Sass/Core/_typography.scss @@ -1,12 +1,18 @@ $font-icon-name: 'Feather'; -$font-text-name: 'Inter'; +$font-text-name: 'Lato'; @include font-face($font-icon-name, '/Assets/Fonts/Feather/feather', 400); -//@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Light', 100); +@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Light', 100); -@font-face { +@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Regular', 400); + +@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Bold', 700); + +@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Black', 900); + +/*@font-face { font-family: 'Inter'; font-weight: 100 900; font-display: swap; @@ -21,15 +27,9 @@ $font-text-name: 'Inter'; font-style: italic; font-named-instance: 'Italic'; src: url("/Assets/Fonts/Inter/Inter-italic.var.woff2?v=3.17") format("woff2"); -} +}*/ -/*@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Regular', 400); - -@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Bold', 700); - -@include font-face($font-text-name, '/Assets/Fonts/Lato/LatoLatin-Black', 900);*/ - %font { font-family: $font-text-name, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;