diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 01:53:17 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 01:53:17 +0100 |
commit | d0ef17169701f90a9dab5f50e3eb61954653cae2 (patch) | |
tree | 03efa5a4e6eb1d2727b4c075b16a3627b1ad4591 /assets | |
parent | 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (diff) | |
download | wcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.tar.gz wcms-d0ef17169701f90a9dab5f50e3eb61954653cae2.zip |
font upload
Diffstat (limited to 'assets')
-rw-r--r-- | assets/global/fonts.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/global/fonts.css b/assets/global/fonts.css index 5bf8768..cecd46c 100644 --- a/assets/global/fonts.css +++ b/assets/global/fonts.css @@ -1,4 +1,9 @@ @font-face { +font-family: ace; + src: url( /wcms/fonts/ace.woff2); +} + +@font-face { font-family: droidsans; src: url( /wcms/fonts/droidsans.woff2); } @@ -39,7 +44,17 @@ font-family: roboto; } @font-face { +font-family: salve; + src: url( /wcms/fonts/salve.woff2); +} + +@font-face { font-family: spicy; src: url( /wcms/fonts/spicy.ttf); } +@font-face { +font-family: weather; + src: url( /wcms/fonts/weather.woff2); +} + |