From c761d0b62931182fe5fa14eed3a5cf2761d2bfec Mon Sep 17 00:00:00 2001 From: Jasper Huang Date: Tue, 6 Apr 2021 11:36:32 +0800 Subject: [PATCH 1/2] Add font: fontFamily.GTA to link styles --- src/styles/styles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/styles.js b/src/styles/styles.js index 22b13cd5e8db..ae3d2c0bff98 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -27,6 +27,7 @@ const styles = { link: { color: themeColors.link, textDecorationColor: themeColors.link, + font: fontFamily.GTA, }, h1: { From fa1324805fa412f4cca0b6abadd542cab5ebbaea Mon Sep 17 00:00:00 2001 From: Jasper Huang Date: Wed, 7 Apr 2021 14:57:02 +0800 Subject: [PATCH 2/2] Fix CSS syntax --- src/styles/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index ae3d2c0bff98..7a9c0a7465e0 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -27,7 +27,7 @@ const styles = { link: { color: themeColors.link, textDecorationColor: themeColors.link, - font: fontFamily.GTA, + fontFamily: fontFamily.GTA, }, h1: {