diff --git a/nuxt.config.js b/nuxt.config.js
index 88a55db7e..d845e949a 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -42,6 +42,10 @@ export default defineNuxtConfig({
rel: 'stylesheet',
href: baseUrl + 'themes/lara-light-blue/theme.css'
},
+ {
+ rel: 'stylesheet',
+ href: 'https://fonts.cdnfonts.com/css/dm-sans'
+ },
{ rel: 'icon', href: baseUrl + 'favicon.ico' }
],
script: [
diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css
index 8e98855de..c9cf1ae9c 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #040d19;
--surface-50: #1d2530;
--surface-100: #363d47;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
background: #040d19;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css
index 924df24e6..546970861 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #040d19;
--surface-50: #1d2530;
--surface-100: #363d47;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
background: #040d19;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css
index fcd62e01f..9375e42b2 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #040d19;
--surface-50: #1d2530;
--surface-100: #363d47;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
background: #040d19;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css
index e71fe5df0..8ff5d0642 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #040d19;
--surface-50: #1d2530;
--surface-100: #363d47;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: rgba(255, 255, 255, 0.87);
background: #040d19;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css
index 1a35f9778..aac0fe4bd 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #ffffff;
--surface-50: #FAFAFA;
--surface-100: #F5F5F5;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
background: #ffffff;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css
index 23c71812c..1c7836714 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #ffffff;
--surface-50: #FAFAFA;
--surface-100: #F5F5F5;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
background: #ffffff;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css
index f8fd751b7..2e5d2cbe6 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #ffffff;
--surface-50: #FAFAFA;
--surface-100: #F5F5F5;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
background: #ffffff;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {
diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css
index 2f7c25dc8..cf6612e9f 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:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
+ --font-family:'DM Sans', sans-serif;
--surface-0: #ffffff;
--surface-50: #FAFAFA;
--surface-100: #F5F5F5;
@@ -52,7 +52,7 @@
}
.p-component {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
font-weight: normal;
}
@@ -85,7 +85,7 @@
.p-link {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
border-radius: 6px;
}
.p-link:focus {
@@ -265,7 +265,7 @@
padding: 0.375rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -722,7 +722,7 @@
padding: 0.375rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
padding: 0;
@@ -1087,7 +1087,7 @@
}
.p-inputtext {
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
font-size: 1rem;
color: #495057;
background: #ffffff;
@@ -5894,7 +5894,7 @@
}
.p-terminal .p-terminal-input {
font-size: 1rem;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
+ font-family: 'DM Sans', sans-serif;
}
.p-button-label {