previewcn 0.1.4 → 0.1.5
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2749,7 +2749,7 @@ export const themePresets: ThemePreset[] = [
|
|
|
2749
2749
|
radius: "0.425rem",
|
|
2750
2750
|
font: {
|
|
2751
2751
|
value: "merriweather",
|
|
2752
|
-
fontFamily: '"Merriweather",
|
|
2752
|
+
fontFamily: '"Merriweather", serif',
|
|
2753
2753
|
googleFontsUrl:
|
|
2754
2754
|
"https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap",
|
|
2755
2755
|
},
|
|
@@ -4520,7 +4520,7 @@ export const themePresets: ThemePreset[] = [
|
|
|
4520
4520
|
radius: "0.25rem",
|
|
4521
4521
|
font: {
|
|
4522
4522
|
value: "libre-baskerville",
|
|
4523
|
-
fontFamily: '"Libre Baskerville",
|
|
4523
|
+
fontFamily: '"Libre Baskerville", serif',
|
|
4524
4524
|
googleFontsUrl:
|
|
4525
4525
|
"https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap",
|
|
4526
4526
|
},
|
|
@@ -4692,7 +4692,7 @@ export const themePresets: ThemePreset[] = [
|
|
|
4692
4692
|
radius: "0.5rem",
|
|
4693
4693
|
font: {
|
|
4694
4694
|
value: "libre-baskerville",
|
|
4695
|
-
fontFamily: '"Libre Baskerville",
|
|
4695
|
+
fontFamily: '"Libre Baskerville", serif',
|
|
4696
4696
|
googleFontsUrl:
|
|
4697
4697
|
"https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap",
|
|
4698
4698
|
},
|