Procházet zdrojové kódy

change font weight

master
azri před 1 týdnem
rodič
revize
72a37ca8b6

+ 1
- 1
src/components/ProductSelected/ProductSelected.jsx Zobrazit soubor

@@ -107,7 +107,7 @@ const ProductSelected = () => {
107 107
                 {collection_name}
108 108
               </Typography>
109 109
               <Typography variant="body2" sx={{
110
-                fontWeight: "bolder", fontSize: {
110
+                fontWeight: "500", fontSize: {
111 111
                   xs: "0.875rem",
112 112
                   sm: "0.875rem",
113 113
                   md: "1rem",

+ 1
- 1
src/index.css Zobrazit soubor

@@ -32,7 +32,7 @@
32 32
   
33 33
   body {
34 34
     margin: 0;
35
-    font-family: 'Proxima-Nova', sans-serif;
35
+    font-family: 'Proxima-Nova', sans-serif !important; 
36 36
   }
37 37
   
38 38
   /**

Načítá se…
Zrušit
Uložit