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/overpass/overpass-bold.woff | Bin 0 -> 29420 bytes lib/fonts/overpass/overpass-light.woff | Bin 0 -> 19468 bytes lib/fonts/overpass/overpass-regular.woff | Bin 0 -> 28072 bytes lib/fonts/overpass/overpass.css | 24 ++++++++++++++++++++++++ 4 files changed, 24 insertions(+) create mode 100644 lib/fonts/overpass/overpass-bold.woff create mode 100644 lib/fonts/overpass/overpass-light.woff create mode 100644 lib/fonts/overpass/overpass-regular.woff create mode 100644 lib/fonts/overpass/overpass.css (limited to 'lib/fonts/overpass') diff --git a/lib/fonts/overpass/overpass-bold.woff b/lib/fonts/overpass/overpass-bold.woff new file mode 100644 index 0000000..3fee4ce Binary files /dev/null and b/lib/fonts/overpass/overpass-bold.woff differ diff --git a/lib/fonts/overpass/overpass-light.woff b/lib/fonts/overpass/overpass-light.woff new file mode 100644 index 0000000..8aa2daf Binary files /dev/null and b/lib/fonts/overpass/overpass-light.woff differ diff --git a/lib/fonts/overpass/overpass-regular.woff b/lib/fonts/overpass/overpass-regular.woff new file mode 100644 index 0000000..c2483ed Binary files /dev/null and b/lib/fonts/overpass/overpass-regular.woff differ 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'); +} + -- cgit v1.2.3-70-g09d2