diff --git a/public/themes/lara-dark-blue/fonts/Inter-Bold.woff b/public/themes/lara-dark-blue/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Bold.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Light.woff b/public/themes/lara-dark-blue/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Light.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Medium.woff b/public/themes/lara-dark-blue/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Medium.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Regular.woff b/public/themes/lara-dark-blue/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-Regular.woff2 b/public/themes/lara-dark-blue/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff b/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 b/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 4a164940d..564f65096 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#93C5FD; --primary-color-text:#1c2127; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #040d19; --surface-50: #1d2530; --surface-100: #363d47; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #040d19; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Bold.woff b/public/themes/lara-dark-indigo/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 b/public/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Light.woff b/public/themes/lara-dark-indigo/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Light.woff2 b/public/themes/lara-dark-indigo/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Medium.woff b/public/themes/lara-dark-indigo/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 b/public/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Regular.woff b/public/themes/lara-dark-indigo/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 b/public/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff b/public/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 b/public/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index 885d13b23..40e5ba395 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#A5B4FC; --primary-color-text:#1c2127; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #040d19; --surface-50: #1d2530; --surface-100: #363d47; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #040d19; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-dark-purple/fonts/Inter-Bold.woff b/public/themes/lara-dark-purple/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Bold.woff2 b/public/themes/lara-dark-purple/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Light.woff b/public/themes/lara-dark-purple/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Light.woff2 b/public/themes/lara-dark-purple/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Medium.woff b/public/themes/lara-dark-purple/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Medium.woff2 b/public/themes/lara-dark-purple/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Regular.woff b/public/themes/lara-dark-purple/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-Regular.woff2 b/public/themes/lara-dark-purple/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-SemiBold.woff b/public/themes/lara-dark-purple/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 b/public/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index ddd7d1151..521d91da7 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#C4B5FD; --primary-color-text:#1c2127; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #040d19; --surface-50: #1d2530; --surface-100: #363d47; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #040d19; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-dark-teal/fonts/Inter-Bold.woff b/public/themes/lara-dark-teal/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Bold.woff2 b/public/themes/lara-dark-teal/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Light.woff b/public/themes/lara-dark-teal/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Light.woff2 b/public/themes/lara-dark-teal/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Medium.woff b/public/themes/lara-dark-teal/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Medium.woff2 b/public/themes/lara-dark-teal/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Regular.woff b/public/themes/lara-dark-teal/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-Regular.woff2 b/public/themes/lara-dark-teal/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-SemiBold.woff b/public/themes/lara-dark-teal/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 b/public/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 4eda972a8..c4a4f63ee 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:rgba(255, 255, 255, 0.6); --primary-color:#5EEAD4; --primary-color-text:#1c2127; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #040d19; --surface-50: #1d2530; --surface-100: #363d47; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #040d19; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-light-blue/fonts/Inter-Bold.woff b/public/themes/lara-light-blue/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Bold.woff2 b/public/themes/lara-light-blue/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Light.woff b/public/themes/lara-light-blue/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Light.woff2 b/public/themes/lara-light-blue/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Medium.woff b/public/themes/lara-light-blue/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Medium.woff2 b/public/themes/lara-light-blue/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Regular.woff b/public/themes/lara-light-blue/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-Regular.woff2 b/public/themes/lara-light-blue/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff b/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 b/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index e78158fe0..7c375b247 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:#6c757d; --primary-color:#3B82F6; --primary-color-text:#ffffff; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #ffffff; --surface-50: #FAFAFA; --surface-100: #F5F5F5; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; background: #ffffff; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-light-indigo/fonts/Inter-Bold.woff b/public/themes/lara-light-indigo/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Bold.woff2 b/public/themes/lara-light-indigo/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Light.woff b/public/themes/lara-light-indigo/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Light.woff2 b/public/themes/lara-light-indigo/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Medium.woff b/public/themes/lara-light-indigo/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Medium.woff2 b/public/themes/lara-light-indigo/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Regular.woff b/public/themes/lara-light-indigo/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-Regular.woff2 b/public/themes/lara-light-indigo/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-SemiBold.woff b/public/themes/lara-light-indigo/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 b/public/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index bb4b378eb..cf8b2737f 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:#6c757d; --primary-color:#6366F1; --primary-color-text:#ffffff; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #ffffff; --surface-50: #FAFAFA; --surface-100: #F5F5F5; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; background: #ffffff; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-light-purple/fonts/Inter-Bold.woff b/public/themes/lara-light-purple/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Bold.woff2 b/public/themes/lara-light-purple/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Light.woff b/public/themes/lara-light-purple/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Light.woff2 b/public/themes/lara-light-purple/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Medium.woff b/public/themes/lara-light-purple/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Medium.woff2 b/public/themes/lara-light-purple/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Regular.woff b/public/themes/lara-light-purple/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-Regular.woff2 b/public/themes/lara-light-purple/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-SemiBold.woff b/public/themes/lara-light-purple/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 b/public/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index b64ada773..071b2c26c 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:#6c757d; --primary-color:#8B5CF6; --primary-color-text:#ffffff; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #ffffff; --surface-50: #FAFAFA; --surface-100: #F5F5F5; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; background: #ffffff; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { diff --git a/public/themes/lara-light-teal/fonts/Inter-Bold.woff b/public/themes/lara-light-teal/fonts/Inter-Bold.woff deleted file mode 100644 index eaf3d4bfd..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Bold.woff2 b/public/themes/lara-light-teal/fonts/Inter-Bold.woff2 deleted file mode 100644 index 2846f29cc..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Light.woff b/public/themes/lara-light-teal/fonts/Inter-Light.woff deleted file mode 100644 index c496464d0..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Light.woff and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Light.woff2 b/public/themes/lara-light-teal/fonts/Inter-Light.woff2 deleted file mode 100644 index bc4be6658..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Light.woff2 and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Medium.woff b/public/themes/lara-light-teal/fonts/Inter-Medium.woff deleted file mode 100644 index d546843f2..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Medium.woff and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Medium.woff2 b/public/themes/lara-light-teal/fonts/Inter-Medium.woff2 deleted file mode 100644 index f92498a2e..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Medium.woff2 and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Regular.woff b/public/themes/lara-light-teal/fonts/Inter-Regular.woff deleted file mode 100644 index 62d3a6187..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-Regular.woff2 b/public/themes/lara-light-teal/fonts/Inter-Regular.woff2 deleted file mode 100644 index 6c2b6893d..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-Regular.woff2 and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-SemiBold.woff b/public/themes/lara-light-teal/fonts/Inter-SemiBold.woff deleted file mode 100644 index a815f43a9..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-SemiBold.woff and /dev/null differ diff --git a/public/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 b/public/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 deleted file mode 100644 index 611e90c95..000000000 Binary files a/public/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 and /dev/null differ diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index d65e4abb2..cfc1604d7 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -9,7 +9,7 @@ --text-color-secondary:#6c757d; --primary-color:#14B8A6; --primary-color-text:#ffffff; - --font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; + --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #ffffff; --surface-50: #FAFAFA; --surface-100: #F5F5F5; @@ -44,47 +44,12 @@ --maskbg: rgba(0, 0, 0, 0.4); } -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 300; - src: local(""), url("./fonts/Inter-Light.woff2") format("woff2"), url("./fonts/Inter-Light.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 400; - src: local(""), url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 500; - src: local(""), url("./fonts/Inter-Medium.woff2") format("woff2"), url("./fonts/Inter-Medium.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 600; - src: local(""), url("./fonts/Inter-SemiBold.woff2") format("woff2"), url("./fonts/Inter-SemiBold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} -@font-face { - font-family: "Inter"; - font-style: normal; - font-weight: 700; - src: local(""), url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff"); - /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ -} * { box-sizing: border-box; } .p-component { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -112,7 +77,7 @@ .p-link { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -271,7 +236,7 @@ padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -708,7 +673,7 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -1066,7 +1031,7 @@ } .p-inputtext { - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; background: #ffffff; @@ -5371,7 +5336,7 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label {