aboutsummaryrefslogtreecommitdiff
path: root/assets/global
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-29 00:03:00 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-29 00:03:00 +0100
commit6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (patch)
treef41a8fcdb5a8ef412a408ae637defb2985f5d3b1 /assets/global
parentafad95324de8f078e9f3dedc66df66b6c2eebe72 (diff)
downloadwcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.tar.gz
wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.zip
fonts
Diffstat (limited to 'assets/global')
-rw-r--r--assets/global/fonts.css45
-rw-r--r--assets/global/global.css3
2 files changed, 48 insertions, 0 deletions
diff --git a/assets/global/fonts.css b/assets/global/fonts.css
new file mode 100644
index 0000000..5bf8768
--- /dev/null
+++ b/assets/global/fonts.css
@@ -0,0 +1,45 @@
+@font-face {
+font-family: droidsans;
+ src: url( /wcms/fonts/droidsans.woff2);
+}
+
+@font-face {
+font-family: hack-italic;
+ src: url( /wcms/fonts/hack-italic.woff2);
+}
+
+@font-face {
+font-family: lato-regular;
+ src: url( /wcms/fonts/lato-regular.woff2);
+}
+
+@font-face {
+font-family: lobster;
+ src: url( /wcms/fonts/lobster.ttf);
+}
+
+@font-face {
+font-family: merriweather-regular;
+ src: url( /wcms/fonts/merriweather-regular.woff2);
+}
+
+@font-face {
+font-family: plex;
+ src: url( /wcms/fonts/plex.ttf);
+}
+
+@font-face {
+font-family: plexl;
+ src: url( /wcms/fonts/plexl.woff2);
+}
+
+@font-face {
+font-family: roboto;
+ src: url( /wcms/fonts/roboto.ttf);
+}
+
+@font-face {
+font-family: spicy;
+ src: url( /wcms/fonts/spicy.ttf);
+}
+
diff --git a/assets/global/global.css b/assets/global/global.css
new file mode 100644
index 0000000..4fe1d10
--- /dev/null
+++ b/assets/global/global.css
@@ -0,0 +1,3 @@
+body {
+ background-color: white;
+} \ No newline at end of file