diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-07 02:10:58 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-07 02:10:58 +0300 |
| commit | c3574fcb263668189f9592ffc7505b944c49d1a8 (patch) | |
| tree | c5c38b0f7898ff2ab8e10fd13bcd66c4c227e6f7 /public/assets/css/googlefonts/fira-sans-300-400-500.css | |
| parent | b6fea434ad2888de8dbc87d25ba0444c991d42d6 (diff) | |
| download | gyraf1gov-c3574fcb263668189f9592ffc7505b944c49d1a8.tar.gz gyraf1gov-c3574fcb263668189f9592ffc7505b944c49d1a8.tar.bz2 gyraf1gov-c3574fcb263668189f9592ffc7505b944c49d1a8.zip | |
self-host all needed libraries; get rid of unused files
Diffstat (limited to 'public/assets/css/googlefonts/fira-sans-300-400-500.css')
| -rw-r--r-- | public/assets/css/googlefonts/fira-sans-300-400-500.css | 27 |
1 files changed, 27 insertions, 0 deletions
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+ */ +} + |
