From c3574fcb263668189f9592ffc7505b944c49d1a8 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Wed, 7 Jun 2023 02:10:58 +0300 Subject: self-host all needed libraries; get rid of unused files --- .../css/googlefonts/fira-sans-300-400-500.css | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 public/assets/css/googlefonts/fira-sans-300-400-500.css (limited to 'public/assets/css/googlefonts/fira-sans-300-400-500.css') diff --git a/public/assets/css/googlefonts/fira-sans-300-400-500.css b/public/assets/css/googlefonts/fira-sans-300-400-500.css new file mode 100644 index 0000000..ebf9be2 --- /dev/null +++ b/public/assets/css/googlefonts/fira-sans-300-400-500.css @@ -0,0 +1,27 @@ +/* fira-sans-300 - greek_latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Fira Sans'; + font-style: normal; + font-weight: 300; + src: url('fira-sans-v17-greek_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* fira-sans-regular - greek_latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Fira Sans'; + font-style: normal; + font-weight: 400; + src: url('fira-sans-v17-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + +/* fira-sans-500 - greek_latin */ +@font-face { + font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */ + font-family: 'Fira Sans'; + font-style: normal; + font-weight: 500; + src: url('fira-sans-v17-greek_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ +} + -- cgit v1.2.3