Bläddra i källkod

change font weight

master
azri 1 vecka sedan
förälder
incheckning
72a37ca8b6
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1
    1
      src/components/ProductSelected/ProductSelected.jsx
  2. 1
    1
      src/index.css

+ 1
- 1
src/components/ProductSelected/ProductSelected.jsx Visa fil

@@ -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 Visa fil

@@ -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
   /**

Laddar…
Avbryt
Spara