From 22c2cbf543da8b28000710cb73cd8250f71b9549 Mon Sep 17 00:00:00 2001 From: Rich Tabor Date: Mon, 16 Oct 2023 16:16:00 -0400 Subject: [PATCH] Tweaks --- styles/fossil.json | 2 +- styles/ice.json | 7 ++++++- styles/maelstrom.json | 10 ++++++++++ styles/mint.json | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/styles/fossil.json b/styles/fossil.json index fc5a0828..41950f84 100644 --- a/styles/fossil.json +++ b/styles/fossil.json @@ -150,7 +150,7 @@ { "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", "name": "System Serif", - "slug": "system-Serif" + "slug": "system-serif" } ], "fontSizes": [ diff --git a/styles/ice.json b/styles/ice.json index c5ef88f9..482b65bf 100644 --- a/styles/ice.json +++ b/styles/ice.json @@ -138,10 +138,15 @@ "name": "Jost", "slug": "body" }, + { + "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", + "name": "System Sans-serif", + "slug": "system-sans-serif" + }, { "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", "name": "System Serif", - "slug": "system-Serif" + "slug": "system-serif" } ], "fontSizes": [ diff --git a/styles/maelstrom.json b/styles/maelstrom.json index 4d526620..e4ad142a 100644 --- a/styles/maelstrom.json +++ b/styles/maelstrom.json @@ -84,6 +84,16 @@ "fontFamily": "\"Jost\", sans-serif", "name": "Jost", "slug": "heading" + }, + { + "fontFamily": "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif", + "name": "System Sans-serif", + "slug": "system-sans-serif" + }, + { + "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", + "name": "System Serif", + "slug": "system-serif" } ], "fontSizes": [ diff --git a/styles/mint.json b/styles/mint.json index 494ba092..e9b6efd7 100644 --- a/styles/mint.json +++ b/styles/mint.json @@ -92,7 +92,7 @@ { "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol", "name": "System Serif", - "slug": "system-Serif" + "slug": "system-serif" } ] }