diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 00:03:00 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 00:03:00 +0100 |
commit | 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (patch) | |
tree | f41a8fcdb5a8ef412a408ae637defb2985f5d3b1 /assets/global/fonts.css | |
parent | afad95324de8f078e9f3dedc66df66b6c2eebe72 (diff) | |
download | wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.tar.gz wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.zip |
fonts
Diffstat (limited to 'assets/global/fonts.css')
-rw-r--r-- | assets/global/fonts.css | 45 |
1 files changed, 45 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); +} + |