aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-02-21 00:56:48 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-02-21 00:56:48 +0100
commit91c8dffc337c1275ed8217f0411e1dc73fa31ad3 (patch)
tree835643a9ed22abbdcc2b341677c5804871148b49
parent0e8661256f7851e1feb0d5d49a46a2a56149fd83 (diff)
downloadwcms-91c8dffc337c1275ed8217f0411e1dc73fa31ad3.tar.gz
wcms-91c8dffc337c1275ed8217f0411e1dc73fa31ad3.zip
remove global css files from git
-rw-r--r--assets/global/fonts.css80
-rw-r--r--assets/global/global.css14
2 files changed, 0 insertions, 94 deletions
diff --git a/assets/global/fonts.css b/assets/global/fonts.css
deleted file mode 100644
index bf6feaa..0000000
--- a/assets/global/fonts.css
+++ /dev/null
@@ -1,80 +0,0 @@
-@font-face {
-font-family: ace;
- src: url( /wcms/fonts/ace.woff2);
-}
-
-@font-face {
-font-family: amatic;
- src: url( /wcms/fonts/amatic.woff2);
-}
-
-@font-face {
-font-family: amatic_ext;
- src: url( /wcms/fonts/amatic_ext.woff2);
-}
-
-@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: indie;
- src: url( /wcms/fonts/indie.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: popins;
- src: url( /wcms/fonts/popins.woff2);
-}
-
-@font-face {
-font-family: roboto;
- src: url( /wcms/fonts/roboto.ttf);
-}
-
-@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);
-}
-
diff --git a/assets/global/global.css b/assets/global/global.css
deleted file mode 100644
index 072a9ed..0000000
--- a/assets/global/global.css
+++ /dev/null
@@ -1,14 +0,0 @@
-body {
- background-color: white;
- margin: 0;
-}
-
-a.external::before {
- content: "⧉ ";
-}
-
-ul.medialist {
-
- list-style: none;
- padding: 0;
-}