diff options
author | JJ | 2023-04-12 22:58:46 +0000 |
---|---|---|
committer | JJ | 2023-04-12 22:58:46 +0000 |
commit | 0d16bde07405ed801b9f676972ba3d1863963394 (patch) | |
tree | e0654f6230e20766258808361029b9c287be9b7b /lib/fonts/merriweathersans |
toss presentation slides up on the internetslides
Diffstat (limited to 'lib/fonts/merriweathersans')
-rw-r--r-- | lib/fonts/merriweathersans/merriweathersans-bold.woff | bin | 0 -> 47916 bytes | |||
-rw-r--r-- | lib/fonts/merriweathersans/merriweathersans-regular.woff | bin | 0 -> 47280 bytes | |||
-rw-r--r-- | lib/fonts/merriweathersans/merriweathersans.css | 14 |
3 files changed, 14 insertions, 0 deletions
diff --git a/lib/fonts/merriweathersans/merriweathersans-bold.woff b/lib/fonts/merriweathersans/merriweathersans-bold.woff Binary files differnew file mode 100644 index 0000000..fe0ef0d --- /dev/null +++ b/lib/fonts/merriweathersans/merriweathersans-bold.woff diff --git a/lib/fonts/merriweathersans/merriweathersans-regular.woff b/lib/fonts/merriweathersans/merriweathersans-regular.woff Binary files differnew file mode 100644 index 0000000..46e2c96 --- /dev/null +++ b/lib/fonts/merriweathersans/merriweathersans-regular.woff 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'); +} |