From bd5b7d91bc6525b2e46890a93b65c6cb5bfe055f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 25 Jul 2021 21:18:01 -0400 Subject: [PATCH] fix bold typeface names for sahel --- fa/404.html | 2 +- fa/computing.html | 2 +- fa/contact.html | 2 +- fa/fsf-internship-beyond.html | 2 +- fa/fsf-internship-intro.html | 2 +- fa/index.html | 2 +- fa/projects.html | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/fa/404.html b/fa/404.html index 5d08686..78d8fa3 100644 --- a/fa/404.html +++ b/fa/404.html @@ -13,7 +13,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { diff --git a/fa/computing.html b/fa/computing.html index 40fae32..b3a328c 100644 --- a/fa/computing.html +++ b/fa/computing.html @@ -16,7 +16,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { diff --git a/fa/contact.html b/fa/contact.html index deb1133..0efe8af 100644 --- a/fa/contact.html +++ b/fa/contact.html @@ -15,7 +15,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { diff --git a/fa/fsf-internship-beyond.html b/fa/fsf-internship-beyond.html index 9e4d28a..c887eb7 100644 --- a/fa/fsf-internship-beyond.html +++ b/fa/fsf-internship-beyond.html @@ -17,7 +17,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { diff --git a/fa/fsf-internship-intro.html b/fa/fsf-internship-intro.html index 649db5e..f457614 100644 --- a/fa/fsf-internship-intro.html +++ b/fa/fsf-internship-intro.html @@ -17,7 +17,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { diff --git a/fa/index.html b/fa/index.html index 297a09b..c0a2230 100644 --- a/fa/index.html +++ b/fa/index.html @@ -16,7 +16,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { diff --git a/fa/projects.html b/fa/projects.html index db73baf..cac48ab 100644 --- a/fa/projects.html +++ b/fa/projects.html @@ -15,7 +15,7 @@ } @font-face { font-family: sahel; font-weight: bold; - src: local('Sahel WOL'), local('Sahel'), + src: local('Sahel Bold WOL'), local('Sahel Bold'), url('sahelb.woff2') format('woff2'); } body { -- 2.20.1