@oliasoft-open-source/react-ui-library 4.4.6-beta-2 → 4.4.7-beta-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/global.css CHANGED
@@ -875,7 +875,7 @@ a {
875
875
 
876
876
  :root {
877
877
  color-scheme: initial;
878
- --font-family: 'Noto Sans', sans-serif;
878
+ --font-family: system-ui, sans-serif;
879
879
  --font-family-heading: 'Roobert', 'Noto Sans', sans-serif;
880
880
  --font-size-xl: 17px;
881
881
  --font-size-lg: 15px;
package/dist/index.js CHANGED
@@ -20712,7 +20712,7 @@ const getTextWidth = (text2, font) => {
20712
20712
  };
20713
20713
  const FONT_SIZE = "13px";
20714
20714
  const FONT_SIZE_SMALL = "12px";
20715
- const FONT_FAMILY = "Noto Sans";
20715
+ const FONT_FAMILY = "system-ui";
20716
20716
  const FONT_FAMILY_FALLBACK = "sans-serif";
20717
20717
  const PADDING = 12;
20718
20718
  const PADDING_SMALL = 8;