From 19d7fcb8b792f7fddd420d36394492156116247c Mon Sep 17 00:00:00 2001 From: lfeatherby Date: Sun, 3 Nov 2024 15:45:18 -0500 Subject: [PATCH] changed font weight the sequel --- features/fStyle.css | 2 +- generator/gStyle.css | 2 +- gradient/gradStyle.css | 2 +- mixer/mStyle.css | 2 +- picker/pStyle.css | 2 +- style.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/fStyle.css b/features/fStyle.css index 496f2db..a11c131 100644 --- a/features/fStyle.css +++ b/features/fStyle.css @@ -7,6 +7,6 @@ body { :is(h1, h2, h3, h4, h5, h6) { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; - font-weight: 500; + font-weight: 600; font-style: normal; } \ No newline at end of file diff --git a/generator/gStyle.css b/generator/gStyle.css index 0abbb6e..7635d8e 100644 --- a/generator/gStyle.css +++ b/generator/gStyle.css @@ -5,7 +5,7 @@ :is(h1, h2, h3, h4, h5, h6) { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; - font-weight: 500; + font-weight: 600; font-style: normal; } diff --git a/gradient/gradStyle.css b/gradient/gradStyle.css index 6a8035b..3a794ff 100644 --- a/gradient/gradStyle.css +++ b/gradient/gradStyle.css @@ -5,7 +5,7 @@ :is(h1, h2, h3, h4, h5, h6) { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; - font-weight: 500; + font-weight: 600; font-style: normal; } diff --git a/mixer/mStyle.css b/mixer/mStyle.css index a858d16..dab6afe 100644 --- a/mixer/mStyle.css +++ b/mixer/mStyle.css @@ -5,7 +5,7 @@ :is(h1, h2, h3, h4, h5, h6) { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; - font-weight: 500; + font-weight: 600; font-style: normal; } diff --git a/picker/pStyle.css b/picker/pStyle.css index c3d95eb..bf2675d 100644 --- a/picker/pStyle.css +++ b/picker/pStyle.css @@ -6,7 +6,7 @@ :is(h1, h2, h3, h4, h5, h6) { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; - font-weight: 500; + font-weight: 600; font-style: normal; } diff --git a/style.css b/style.css index 4deb058..c3b7943 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ :is(h1, h2, h3, h4, h5, h6) { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; - font-weight: 500; + font-weight: 600; font-style: normal; } \ No newline at end of file