From 86a1e94a6d8070cefad7fa13c19245612445c23e Mon Sep 17 00:00:00 2001 From: desmukh Date: Fri, 3 Feb 2023 18:16:09 +0500 Subject: [PATCH] increase all font sizes by about 15% --- patterns/services.php | 28 ++++++++++++++-------------- theme.json | 15 +++++++++++---- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/patterns/services.php b/patterns/services.php index 12485b1..47d0a1c 100644 --- a/patterns/services.php +++ b/patterns/services.php @@ -9,46 +9,46 @@
-
-

Hosted Tools

+
+

Hosted Tools

-
-

Mastodon/Hometown
Nextcloud
Matrix
MediaWiki
Outline
Discourse
Peertube

+
+

Mastodon/Hometown
Nextcloud
Matrix
MediaWiki
Outline
Discourse
Peertube

-
-

Websites

+
+

Websites

-
-

Wordpress
Custom
Etc.

+
+

Wordpress
Custom
Etc.

-
-

& more

+
+

& more

-
-

Support
Training
Design
Bespoke dev
Whatever u got honestly

+
+

Support
Training
Design
Bespoke dev
Whatever u got honestly

- -

Our prices for hosted services start at £5/month (+VAT) for small instances of simple applications.

+ +

Our prices for hosted services start at £5/month (+VAT) for small instances of simple applications.

\ No newline at end of file diff --git a/theme.json b/theme.json index 53d5ce4..757b59d 100644 --- a/theme.json +++ b/theme.json @@ -143,13 +143,20 @@ "fontFamily": "FT88, serif", "slug": "ft88" } + ], + "fontSizes": [ + { + "name": "Small", + "slug": "small", + "size": "15px" + } ] } }, "styles": { "typography": { "fontFamily": "var(--wp--preset--font-family--karmilla)", - "fontSize": "21px" + "fontSize": "24px" }, "color": { "background": "var(--wp--preset--color--background)", @@ -164,7 +171,7 @@ "core/navigation": { "typography": { "fontFamily": "var(--wp--preset--font-family--darkergrotesque)", - "fontSize": "21px", + "fontSize": "24px", "fontStyle": "normal", "fontWeight": "600", "textTransform": "uppercase" @@ -174,14 +181,14 @@ "elements": { "h1": { "typography": { - "fontSize": "31px", + "fontSize": "36px", "fontWeight": "700", "lineHeight": "0.9" } }, "h2": { "typography": { - "fontSize": "14px", + "fontSize": "16px", "textTransform": "uppercase" }, "color": {