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