From 0d16bde07405ed801b9f676972ba3d1863963394 Mon Sep 17 00:00:00 2001 From: JJ Date: Wed, 12 Apr 2023 15:58:46 -0700 Subject: toss presentation slides up on the internet --- lib/fonts/overpass2/overpass2.css | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 lib/fonts/overpass2/overpass2.css (limited to 'lib/fonts/overpass2/overpass2.css') diff --git a/lib/fonts/overpass2/overpass2.css b/lib/fonts/overpass2/overpass2.css new file mode 100644 index 0000000..a1eed69 --- /dev/null +++ b/lib/fonts/overpass2/overpass2.css @@ -0,0 +1,63 @@ +@font-face { + font-family: 'Overpass 2'; + font-style: normal; + font-weight: 700; + font-display: auto; + src: url('overpass2-bold.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: italic; + font-weight: 700; + font-display: auto; + src: url('overpass2-bolditalic.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: normal; + font-weight: 500; + font-display: auto; + src: url('overpass2-regular.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: italic; + font-weight: 500; + font-display: auto; + src: url('overpass2-italic.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: normal; + font-weight: normal; + font-display: auto; + src: url('overpass2-light.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: italic; + font-weight: normal; + font-display: auto; + src: url('overpass2-lightitalic.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: normal; + font-weight: 300; + font-display: auto; + src: url('overpass2-extralight.woff') format('woff'); +} + +@font-face { + font-family: 'Overpass 2'; + font-style: italic; + font-weight: 300; + font-display: auto; + src: url('overpass2-extralightitalic.woff') format('woff'); +} \ No newline at end of file -- cgit v1.2.3-70-g09d2