|
@@ -0,0 +1,86 @@
|
|
|
+{
|
|
|
+ "version": 2,
|
|
|
+ "title": "Pink",
|
|
|
+ "settings": {
|
|
|
+ "color": {
|
|
|
+ "palette": [
|
|
|
+ {
|
|
|
+ "slug": "primary",
|
|
|
+ "color": "#000000",
|
|
|
+ "name": "Primary"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "foreground",
|
|
|
+ "color": "#000000",
|
|
|
+ "name": "Foreground"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "background",
|
|
|
+ "color": "#F5DAFF",
|
|
|
+ "name": "Background"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "slug": "tertiary",
|
|
|
+ "color": "#F9EAFF",
|
|
|
+ "name": "Tertiary"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamilies": [
|
|
|
+ {
|
|
|
+ "fontFamily": "IBMPlexSans, sans-serif",
|
|
|
+ "slug": "body-font",
|
|
|
+ "name": "Body (System Font)",
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "IBMPlexSans",
|
|
|
+ "fontWeight": "300 400",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/IBMPlexSans-Light.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "IBMPlexSans",
|
|
|
+ "fontWeight": "500 600",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/IBMPlexSans-Medium.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontFamily": "'Texturina', serif",
|
|
|
+ "slug": "heading-font",
|
|
|
+ "name": "Headings (System Font)",
|
|
|
+ "fontFace": [
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "Texturina",
|
|
|
+ "fontStyle": "normal",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/Texturina-Light.ttf"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "fontDisplay": "block",
|
|
|
+ "fontFamily": "Texturina",
|
|
|
+ "fontStyle": "italic",
|
|
|
+ "fontStretch": "normal",
|
|
|
+ "src": [
|
|
|
+ "file:./assets/fonts/Texturina-LightItalic.ttf"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|