diff options
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+ */ +} + |
