#287 Bundle semi bold and italic font variants
authorAdam Dullage <redacted>
Tue, 1 Apr 2025 11:57:15 +0000 (12:57 +0100)
committerAdam Dullage <redacted>
Tue, 1 Apr 2025 11:57:15 +0000 (12:57 +0100)
client/assets/fonts/Poppins/OFL.txt
client/assets/fonts/Poppins/Poppins-Italic.ttf [new file with mode: 0644]
client/assets/fonts/Poppins/Poppins-SemiBold.ttf [new file with mode: 0644]
client/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf [new file with mode: 0644]
client/style.css

index 246c977c9f2ba4343775918e3ab0fae2f9126aa8..3e92931faac5637467cf596162ee8608c5b0611e 100644 (file)
@@ -2,7 +2,7 @@ Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins
 \r
 This Font Software is licensed under the SIL Open Font License, Version 1.1.\r
 This license is copied below, and is also available with a FAQ at:\r
-http://scripts.sil.org/OFL\r
+https://openfontlicense.org\r
 \r
 \r
 -----------------------------------------------------------\r
diff --git a/client/assets/fonts/Poppins/Poppins-Italic.ttf b/client/assets/fonts/Poppins/Poppins-Italic.ttf
new file mode 100644 (file)
index 0000000..12b7b3c
Binary files /dev/null and b/client/assets/fonts/Poppins/Poppins-Italic.ttf differ
diff --git a/client/assets/fonts/Poppins/Poppins-SemiBold.ttf b/client/assets/fonts/Poppins/Poppins-SemiBold.ttf
new file mode 100644 (file)
index 0000000..74c726e
Binary files /dev/null and b/client/assets/fonts/Poppins/Poppins-SemiBold.ttf differ
diff --git a/client/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf b/client/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf
new file mode 100644 (file)
index 0000000..3e6c942
Binary files /dev/null and b/client/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf differ
index 787685758f910db7b0dd27b395bca31e04300508..b7fc06f7b5d2de506518169a498fccfe802c8297 100644 (file)
         src: url("assets/fonts/Poppins/Poppins-Regular.ttf");\r
     }\r
 \r
+    @font-face {\r
+        font-family: "Poppins";\r
+        font-style: italic;\r
+        font-weight: 400;\r
+        font-display: swap;\r
+        src: url("assets/fonts/Poppins/Poppins-Italic.ttf");\r
+    }\r
+\r
+    @font-face {\r
+        font-family: "Poppins";\r
+        font-style: normal;\r
+        font-weight: 600;\r
+        font-display: swap;\r
+        src: url("assets/fonts/Poppins/Poppins-SemiBold.ttf");\r
+    }\r
+\r
+    @font-face {\r
+        font-family: "Poppins";\r
+        font-style: italic;\r
+        font-weight: 600;\r
+        font-display: swap;\r
+        src: url("assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf");\r
+    }\r
+\r
     body {\r
         --theme-brand: 248 166 107;\r
         --theme-background: 255 255 255;\r
git clone https://git.99rst.org/PROJECT