lifanagju_citu 1 месяц назад
Родитель
Сommit
66d1662c98
1 измененных файлов с 18 добавлено и 2 удалено
  1. 18 2
      src/styles/fonts.scss

+ 18 - 2
src/styles/fonts.scss

@@ -1,7 +1,7 @@
 /* assets/fonts.css */
 
 @font-face {
-  font-family: 'MiSans';
+  font-family: 'MiSans-Normal';
   src: url('../assets/fonts/MiSans-Normal.woff2') format('woff2');
   // font-weight: 400;
   font-style: normal;
@@ -41,5 +41,21 @@
 }
 
 body {
-  font-family: 'MiSans', sans-serif;
+  font-family: MiSans-Normal;
+}
+
+.MiSans-Normal {
+	font-family: MiSans-Normal;
+}
+.MiSans-Medium {
+	font-family: MiSans-Medium;
+}
+.MiSans-Demibold {
+	font-family: MiSans-Demibold;
+}
+.MiSans-Semibold {
+	font-family: MiSans-Semibold;
+}
+.MiSans-Bold {
+	font-family: MiSans-Bold;
 }