[happybirthdaygnome-web] Replace happybirthdaygnome.css
- From: Caroline Henriksen <chenriksen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [happybirthdaygnome-web] Replace happybirthdaygnome.css
- Date: Tue, 16 Aug 2022 15:52:32 +0000 (UTC)
commit fd809634312294579d611738323bf5f08fe5149d
Author: Caroline Henriksen <chenriksen gnome org>
Date: Tue Aug 16 15:52:31 2022 +0000
Replace happybirthdaygnome.css
css/happybirthdaygnome.css | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
---
diff --git a/css/happybirthdaygnome.css b/css/happybirthdaygnome.css
index 16ef459..d21385d 100644
--- a/css/happybirthdaygnome.css
+++ b/css/happybirthdaygnome.css
@@ -1,3 +1,34 @@
+/* FONTS */
+@font-face {
+ font-family: "Cantarell";
+ font-style: normal;
+ font-weight: 800;
+ src: url(../fonts/Cantarell-ExtraBold.otf) format("otf");
+ unicode-range:
U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
+}
+@font-face {
+ font-family: "Cantarell";
+ font-style: normal;
+ font-weight: 600;
+ src: url(../fonts/Cantarell-Bold.otf) format("otf");
+ unicode-range:
U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
+}
+@font-face {
+ font-family: "Cantarell";
+ font-style: normal;
+ font-weight: 400;
+ src: url(../fonts/Cantarell-Regular.otf) format("otf");
+ unicode-range:
U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;
+}
+
+@font-face {
+ font-family: "Cantarell";
+ font-style: normal;
+ font-weight: 300;
+ src: url(../fonts/Cantarell-Light.otf) format("otf");
+ font-display: block;
+}
+
section {
padding: 80px 0;
}
@@ -34,7 +65,7 @@ nav a {
}
Body {
- font-family: Cantarell;
+ font-family: Cantarell, sans-serif;
font-size: 18px;
padding-bottom: 15px;
color: #241F31;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]