summaryrefslogtreecommitdiff
path: root/lib/fonts/oxygen/oxygen.css
diff options
context:
space:
mode:
authorJJ2023-04-12 22:58:46 +0000
committerJJ2023-04-12 22:58:46 +0000
commit0d16bde07405ed801b9f676972ba3d1863963394 (patch)
treee0654f6230e20766258808361029b9c287be9b7b /lib/fonts/oxygen/oxygen.css
toss presentation slides up on the internetslides
Diffstat (limited to 'lib/fonts/oxygen/oxygen.css')
-rw-r--r--lib/fonts/oxygen/oxygen.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/fonts/oxygen/oxygen.css b/lib/fonts/oxygen/oxygen.css
new file mode 100644
index 0000000..082694a
--- /dev/null
+++ b/lib/fonts/oxygen/oxygen.css
@@ -0,0 +1,14 @@
+@font-face {
+ font-family: 'Oxygen';
+ font-style: normal;
+ font-weight: 400;
+ font-display: auto;
+ src: url('oxygen-regular.woff') format('woff');
+}
+@font-face {
+ font-family: 'Oxygen';
+ font-style: normal;
+ font-weight: 700;
+ font-display: auto;
+ src: url('oxygen-bold.woff') format('woff');
+}