Fixing VFB font to be regular not bold
[aai/sparky-fe.git] / resources / scss / components / _filterBar.scss
index 0e98f32..9ecc3f8 100644 (file)
@@ -30,7 +30,7 @@ $font-family-semibold: $base-font-bold;
 $res-folder: $icons-folder-path + '/filter';
 
 .vfb-filters {
-  font-family: $font-family-semibold;
+  font-family: $font-family-regular;
   background-color: $background-color;
   box-shadow: 2px 0px 1.98px 0.02px rgba(0, 0, 0, 0.09);
 }