From 7968eb4d818e3541302031bcd8247558c438e2a9 Mon Sep 17 00:00:00 2001 From: Pathum Egodawatta Date: Sun, 12 May 2024 19:29:59 +0530 Subject: [PATCH] Add Font from arweave --- assets/css/styles.css | 7 +++++-- index.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 7fcaa15..1573796 100755 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1,4 +1,4 @@ - +/* Yakkala Font */ @font-face { font-family:"Yakkala"; src:url("https://arweave.net/3jX5fIdi2zIui9vb0OQ4XnWBlGjjAX7k6kRrcMGZTNQ") format("woff2"); @@ -12,7 +12,7 @@ body { } -p { +h4, nav, footer { font-family:"Yakkala"; } @@ -20,4 +20,7 @@ p { .subtitle { font-size: 36px; line-height: 1.25; + font-family:"Yakkala"; + font-weight: 0; + } diff --git a/index.html b/index.html index 93cb0c0..e63f5a4 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +