From 2dd531bba1486dd454574245617a2b1d5bd7ab6b Mon Sep 17 00:00:00 2001 From: Adam DJ Brett Date: Fri, 8 Nov 2024 21:51:44 -0600 Subject: [PATCH] font update removing google fonts --- _draft/archive/feed.xsl | 4 ++-- _includes/fetcher-feed.xml.html | 2 +- _includes/fetcher-input.relcfp.com.html | 2 +- _includes/fetcher.html | 2 +- _includes/fetcher.html.old | 2 +- _includes/head.html | 2 -- _sass/custom.scss | 6 +++--- _sass/footer.scss | 6 +++--- _sass/header.scss | 2 +- _sass/pagination.scss | 2 +- _sass/posts.scss | 6 +++--- _sass/submission.scss | 2 +- feed.xsl | 4 ++-- 13 files changed, 20 insertions(+), 22 deletions(-) diff --git a/_draft/archive/feed.xsl b/_draft/archive/feed.xsl index 38b5494e..ee6cac62 100644 --- a/_draft/archive/feed.xsl +++ b/_draft/archive/feed.xsl @@ -56,13 +56,13 @@ align-content: start; } .feed_description{ - font-family: 'Montserrat'; + font-family: 'Futura'; font-size: 0.8rem; line-height: 1.1; } small{ font-size: 0.7rem; - font-family: 'Montserrat'; + font-family: 'Futura'; } @media (min-width: 550px) { .feed_description{ diff --git a/_includes/fetcher-feed.xml.html b/_includes/fetcher-feed.xml.html index fdc45071..27fb4ac8 100644 --- a/_includes/fetcher-feed.xml.html +++ b/_includes/fetcher-feed.xml.html @@ -1,5 +1,5 @@

feed.xml

- +
diff --git a/_includes/fetcher-input.relcfp.com.html b/_includes/fetcher-input.relcfp.com.html index 9567f445..ff6d95c9 100644 --- a/_includes/fetcher-input.relcfp.com.html +++ b/_includes/fetcher-input.relcfp.com.html @@ -1,4 +1,4 @@ - +
diff --git a/_includes/fetcher.html b/_includes/fetcher.html index 7976cf34..2ffa8c14 100644 --- a/_includes/fetcher.html +++ b/_includes/fetcher.html @@ -1,4 +1,4 @@ - +
diff --git a/_includes/fetcher.html.old b/_includes/fetcher.html.old index d4c4a528..03df0a91 100644 --- a/_includes/fetcher.html.old +++ b/_includes/fetcher.html.old @@ -1,4 +1,4 @@ - +
diff --git a/_includes/head.html b/_includes/head.html index 759559db..b5e75d6a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,9 +2,7 @@ - - {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} | {{ site.title }} diff --git a/_sass/custom.scss b/_sass/custom.scss index fe933e94..30d7af93 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,900&family=Playfair+Display:wght@400;600;700;800;900&family=Titillium+Web:wght@700;900&display=swap'); +/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,900&family=Playfair+Display:wght@400;600;700;800;900&family=Titillium+Web:wght@700;900&display=swap'); */ body{ max-width: 100%; @@ -11,11 +11,11 @@ body{ background-attachment: fixed; color: #012044; h1, h2, h3, h4, h5, h6{ - font-family: 'Playfair Display', serif; + font-family: 'Baskerville', serif; padding: 10px 0; } p, a, li, ul, ol, a{ - font-family: "Montserrat"; + font-family: "Futura"; } .container{ border-radius: 5px; diff --git a/_sass/footer.scss b/_sass/footer.scss index 30ca660c..31928904 100644 --- a/_sass/footer.scss +++ b/_sass/footer.scss @@ -11,7 +11,7 @@ footer { .footer__text { font-size: 12px; line-height: 16px; - font-family: 'Playfair Display', serif; + font-family: 'Baskerville', serif; font-weight: 700; @media (min-width: 500px) { line-height: 20px; @@ -20,7 +20,7 @@ footer { } .footer__social { font-size: 12px; - font-family: 'Montserrat', sans-serif ; + font-family: 'Futura', sans-serif ; padding: 5px 0; @media (min-width: 500px) { font-size: 16px; @@ -29,7 +29,7 @@ footer { .footer__copywrite { p{ font-size: 10px; - font-family: 'Montserrat', sans-serif ; + font-family: 'Futura', sans-serif ; } @media (min-width: 500px) { p{ diff --git a/_sass/header.scss b/_sass/header.scss index a2491f35..06b9c665 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -18,7 +18,7 @@ header{ margin: 0 auto; font-size: 16px; line-height: 18px; - font-family: 'Montserrat', sans-serif ; + font-family: 'Futura', sans-serif ; @media (min-width: 500px) { width: 80%; font-size: 18px; diff --git a/_sass/pagination.scss b/_sass/pagination.scss index f78904d4..667f057a 100644 --- a/_sass/pagination.scss +++ b/_sass/pagination.scss @@ -39,7 +39,7 @@ } } span{ - font-family: "Montserrat"; + font-family: "Futura"; font-size: 10px; line-height: 14px; font-weight: 300; diff --git a/_sass/posts.scss b/_sass/posts.scss index 5a642b7c..6ccf2c0e 100644 --- a/_sass/posts.scss +++ b/_sass/posts.scss @@ -67,7 +67,7 @@ margin-bottom: 20px; } h3{ - font-family: 'Playfair Display', serif; + font-family: 'Baskerville', serif; font-size: 18px; font-weight: 900; line-height: 20px; @@ -99,7 +99,7 @@ li{ font-size: 10px; line-height: 12px; - font-family: 'Montserrat', sans-serif; + font-family: 'Futura', sans-serif; font-weight: 300; padding: 5px 0; @media (min-width: 500px) { @@ -143,7 +143,7 @@ } } #loadMore{ - font-family: "Montserrat"; + font-family: "Futura"; margin: 20px auto 0; text-align: center; font-size: 14px; diff --git a/_sass/submission.scss b/_sass/submission.scss index 83b6ede7..9091ba71 100644 --- a/_sass/submission.scss +++ b/_sass/submission.scss @@ -76,7 +76,7 @@ font-size: 14px; line-height: 18px; font-weight: bold; - font-family: 'Montserrat', sans-serif ; + font-family: 'Futura', sans-serif ; border-radius: 50px; border: 2px solid #bb4430; padding: 5px 25px; diff --git a/feed.xsl b/feed.xsl index 58212d98..547c893d 100644 --- a/feed.xsl +++ b/feed.xsl @@ -75,13 +75,13 @@ align-content: start; } .feed_description{ - font-family: 'Montserrat'; + font-family: 'Futura'; font-size: 0.8rem; line-height: 1.1; } small{ font-size: 0.9rem; - font-family: 'Montserrat'; + font-family: 'Futura'; } @media (min-width: 550px) { main{