@mixd-id/web-scaffold 0.1.240411052 → 0.1.240411053
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/package.json
CHANGED
|
@@ -400,10 +400,14 @@ export default{
|
|
|
400
400
|
['Montserrat', 'Montserrat, sans-serif'],
|
|
401
401
|
['Noto Sans', '"Noto Sans", sans-serif'],
|
|
402
402
|
['Oswald', 'Oswald, sans-serif'],
|
|
403
|
+
['Oxygen', 'Oxygen, sans-serif'],
|
|
403
404
|
['Poppins', 'Poppins, sans-serif'],
|
|
405
|
+
['Quantico', 'Quantico, sans-serif'],
|
|
404
406
|
['Raleway', 'Raleway, sans-serif'],
|
|
407
|
+
['Reddit Sans', '"Reddit Sans", sans-serif'],
|
|
405
408
|
['Roboto', '"Roboto", sans-serif'],
|
|
406
409
|
['Roboto Slab', '"Roboto Slab", serif'],
|
|
410
|
+
['Volkhov', 'Volkhov, serif'],
|
|
407
411
|
['Work Sans', '"Work Sans", serif'],
|
|
408
412
|
],
|
|
409
413
|
|
|
@@ -754,10 +754,14 @@ export default{
|
|
|
754
754
|
'Montserrat, sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');`,
|
|
755
755
|
'"Noto Sans", sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;800&display=swap');`,
|
|
756
756
|
'Oswald, sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');`,
|
|
757
|
+
'Oxygen, sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');`,
|
|
757
758
|
'Poppins, sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');`,
|
|
759
|
+
'Quantico, sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Quantico:wght@400;700&display=swap"');`,
|
|
758
760
|
'Raleway, sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');`,
|
|
761
|
+
'"Reddit Sans", sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Reddit+Sans:wght@400;700&display=swap');`,
|
|
759
762
|
'"Roboto", sans-serif': `@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');`,
|
|
760
763
|
'"Roboto Slab", serif': `@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;800&display=swap');`,
|
|
764
|
+
'Volkhov, serif': `@import url('https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&display=swap');`,
|
|
761
765
|
'"Work Sans", serif': `@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');`,
|
|
762
766
|
}
|
|
763
767
|
|