Browse Source

change font weight

master
azri 1 week ago
parent
commit
72a37ca8b6
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/components/ProductSelected/ProductSelected.jsx
  2. 1
    1
      src/index.css

+ 1
- 1
src/components/ProductSelected/ProductSelected.jsx View File

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 View File

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…
Cancel
Save