Update _typography.scss

This commit is contained in:
2021-03-30 16:01:27 +02:00
parent 007d6621d5
commit f4df7c433b
+10 -10
View File
@@ -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;