summaryrefslogtreecommitdiff
path: root/lib/fonts/merriweathersans/merriweathersans.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fonts/merriweathersans/merriweathersans.css')
-rw-r--r--lib/fonts/merriweathersans/merriweathersans.css14
1 files changed, 14 insertions, 0 deletions
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');
+}