From e19c49d945288d4a58b18efda5a320b79ba57cfa Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 5 Jan 2019 14:12:14 -0500 Subject: [PATCH] Change font --- template.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.js b/template.js index fccf1c0..0ba4515 100644 --- a/template.js +++ b/template.js @@ -23,7 +23,7 @@ body { } .heading { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; font-size: 75px; font-weight: bold; }`;