keystone-design-bootstrap 1.0.12 → 1.0.13
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 +1 -1
- package/src/styles/theme.css +4 -0
package/package.json
CHANGED
package/src/styles/theme.css
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
* Contains the colors and utilities used by the site template
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
+
/* Import fonts for all themes */
|
|
7
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:wght@400;700&display=swap');
|
|
8
|
+
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Poppins:wght@300;400;500;600;700&display=swap');
|
|
9
|
+
|
|
6
10
|
@theme {
|
|
7
11
|
/* ==================== FONTS ==================== */
|
|
8
12
|
--font-body: var(--font-inter, "Inter"), -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
|