diff options
Diffstat (limited to 'lib/fonts/overpass/overpass.css')
-rw-r--r-- | lib/fonts/overpass/overpass.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/fonts/overpass/overpass.css b/lib/fonts/overpass/overpass.css new file mode 100644 index 0000000..0e360dc --- /dev/null +++ b/lib/fonts/overpass/overpass.css @@ -0,0 +1,24 @@ +@font-face { + font-family: 'Overpass'; + font-style: normal; + font-weight: bold; + font-display: auto; + src: url('overpass-bold.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass'; + font-style: normal; + font-weight: 500; + font-display: auto; + src: url('overpass-regular.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass'; + font-style: normal; + font-weight: normal; + font-display: auto; + src: url('overpass-light.woff') format('woff'); +} + |