From 634cdf0f3e0f3e92e14df4c400d83ccaf4156c9a Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 12 Jun 2023 11:51:57 +0200 Subject: Add Tinos web font. --- public/fonts/README | 3 +++ public/fonts/Tinos-Bold.woff2 | Bin 0 -> 26868 bytes public/fonts/Tinos-BoldItalic.woff2 | Bin 0 -> 27192 bytes public/fonts/Tinos-Italic.woff2 | Bin 0 -> 28080 bytes public/fonts/Tinos-Regular.woff2 | Bin 0 -> 29800 bytes public/fonts/fonts.css | 5 +++++ 6 files changed, 8 insertions(+) create mode 100644 public/fonts/Tinos-Bold.woff2 create mode 100644 public/fonts/Tinos-BoldItalic.woff2 create mode 100644 public/fonts/Tinos-Italic.woff2 create mode 100644 public/fonts/Tinos-Regular.woff2 diff --git a/public/fonts/README b/public/fonts/README index c73d3f6..979a2c7 100644 --- a/public/fonts/README +++ b/public/fonts/README @@ -19,3 +19,6 @@ Gentium Basic is from SIL International under the SIL Open Font License. Dinish is from playbeing under the SIL Open Font License. https://fonts.playbeing.com/ https://github.com/playbeing/dinish + +Tinos is from Google Fonts under the SIL Open Font License. + https://github.com/googlefonts/tinos diff --git a/public/fonts/Tinos-Bold.woff2 b/public/fonts/Tinos-Bold.woff2 new file mode 100644 index 0000000..5bc2cba Binary files /dev/null and b/public/fonts/Tinos-Bold.woff2 differ diff --git a/public/fonts/Tinos-BoldItalic.woff2 b/public/fonts/Tinos-BoldItalic.woff2 new file mode 100644 index 0000000..f26b925 Binary files /dev/null and b/public/fonts/Tinos-BoldItalic.woff2 differ diff --git a/public/fonts/Tinos-Italic.woff2 b/public/fonts/Tinos-Italic.woff2 new file mode 100644 index 0000000..8e66d5c Binary files /dev/null and b/public/fonts/Tinos-Italic.woff2 differ diff --git a/public/fonts/Tinos-Regular.woff2 b/public/fonts/Tinos-Regular.woff2 new file mode 100644 index 0000000..1bd2873 Binary files /dev/null and b/public/fonts/Tinos-Regular.woff2 differ diff --git a/public/fonts/fonts.css b/public/fonts/fonts.css index 5d47424..05ed936 100644 --- a/public/fonts/fonts.css +++ b/public/fonts/fonts.css @@ -21,3 +21,8 @@ @font-face{font-family:'Gentium Basic';font-style:italic;src:url('GentiumBasic-Italic.woff2')format('woff2')} @font-face{font-family:'Gentium Basic';font-weight:bold;src:url('GentiumBasic-Bold.woff2')format('woff2')} @font-face{font-family:'Gentium Basic';font-weight:bold;font-style:italic;src:url('GentiumBasic-BoldItalic.woff2')format('woff2')} + +@font-face{font-family:'Tinos';font-weight:bold;src:url('Tinos-Bold.woff2')format('woff2')} +@font-face{font-family:'Tinos';font-weight:bold;font-style:italic;src:url('Tinos-BoldItalic.woff2')format('woff2')} +@font-face{font-family:'Tinos';font-style:italic;src:url('Tinos-Italic.woff2')format('woff2')} +@font-face{font-family:'Tinos';src:url('Tinos-Regular.woff2')format('woff2')} -- cgit v1.2.3