Kaynağa Gözat

change font weight

master
azri 5 ay önce
ebeveyn
işleme
72a37ca8b6

+ 1
- 1
src/components/ProductSelected/ProductSelected.jsx Dosyayı Görüntüle

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

+ 1
- 1
src/index.css Dosyayı Görüntüle

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

Loading…
İptal
Kaydet