From 35171793613dee52c2a6e9798afff353fe780f99 Mon Sep 17 00:00:00 2001 From: Xenon Lucifer Diablo Date: Thu, 25 Oct 2018 23:14:12 +0530 Subject: [PATCH] Cleaned lite file and divided into 2 --- style.css | 56 ---------------------------------- styleLight.css | 41 +++++++++++++++++++++++++ style-full.css => stylePro.css | 0 3 files changed, 41 insertions(+), 56 deletions(-) delete mode 100644 style.css create mode 100644 styleLight.css rename style-full.css => stylePro.css (100%) diff --git a/style.css b/style.css deleted file mode 100644 index cad7bf7..0000000 --- a/style.css +++ /dev/null @@ -1,56 +0,0 @@ -/* Fonts converted and modified by Xenon Lucifer Diablo. */ - -/* Retina */ -@font-face { - font-family: "Furious Coder"; - src: url("./fonts/FuriousCoder.eot"); /* IE9 Compat Modes */ - src: url("./fonts/FuriousCoder.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("./fonts/FuriousCoder.svg") format("svg"), /* Legacy iOS */ - url("./fonts/FuriousCoder.woff2") format("woff2"); /* Modern Browsers */ - font-weight: 500; - font-style: normal; -} - -/* Light */ -@font-face { - font-family: "Furious Coder"; - src: url("./fonts/FuriousCoder-Light.eot"); /* IE9 Compat Modes */ - src: url("./fonts/FuriousCoder-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("./fonts/FuriousCoder-Light.svg") format("svg"), /* Legacy iOS */ - url("./fonts/FuriousCoder-Light.woff2") format("woff2"); /* Modern Browsers */ - font-weight: 300; - font-style: normal; -} - -/* Regular */ -@font-face { - font-family: "Furious Coder"; - src: url("./fonts/FuriousCoder-Regular.eot"); /* IE9 Compat Modes */ - src: url("./fonts/FuriousCoder-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("./fonts/FuriousCoder-Regular.svg") format("svg"), /* Legacy iOS */ - url("./fonts/FuriousCoder-Regular.woff2") format("woff2"); /* Modern Browsers */ - font-weight: 400; - font-style: normal; -} - -/* Bold */ -@font-face { - font-family: "Furious Coder"; - src: url("./fonts/FuriousCoder-Bold.eot"); /* IE9 Compat Modes */ - src: url("./fonts/FuriousCoder-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("./fonts/FuriousCoder-Bold.svg") format("svg"), /* Legacy iOS */ - url("./fonts/FuriousCoder-Bold.woff2") format("woff2"); /* Modern Browsers */ - font-weight: 700; - font-style: normal; -} - -/* Medium */ -@font-face { - font-family: "Furious Coder"; - src: url("./fonts/FuriousCoder-Medium.eot"); /* IE9 Compat Modes */ - src: url("./fonts/FuriousCoder-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ - url("./fonts/FuriousCoder-Medium.svg") format("svg"), /* Legacy iOS */ - url("./fonts/FuriousCoder-Medium.woff2") format("woff2"); /* Modern Browsers */ - font-weight: 600; - font-style: normal; -} \ No newline at end of file diff --git a/styleLight.css b/styleLight.css new file mode 100644 index 0000000..c110cdf --- /dev/null +++ b/styleLight.css @@ -0,0 +1,41 @@ +/* Fonts converted and modified by Xenon Lucifer Diablo. */ + +/* Retina */ +@font-face { + font-family: "Furious Coder"; + src: url("./fonts/FuriousCoder.woff2") format("woff2"); /* Modern Browsers */ + font-weight: 500; + font-style: normal; +} + +/* Light */ +@font-face { + font-family: "Furious Coder"; + src: url("./fonts/FuriousCoder-Light.woff2") format("woff2"); /* Modern Browsers */ + font-weight: 300; + font-style: normal; +} + +/* Regular */ +@font-face { + font-family: "Furious Coder"; + src: url("./fonts/FuriousCoder-Regular.woff2") format("woff2"); /* Modern Browsers */ + font-weight: 400; + font-style: normal; +} + +/* Bold */ +@font-face { + font-family: "Furious Coder"; + src: url("./fonts/FuriousCoder-Bold.woff2") format("woff2"); /* Modern Browsers */ + font-weight: 700; + font-style: normal; +} + +/* Medium */ +@font-face { + font-family: "Furious Coder"; + src: url("./fonts/FuriousCoder-Medium.woff2") format("woff2"); /* Modern Browsers */ + font-weight: 600; + font-style: normal; +} \ No newline at end of file diff --git a/style-full.css b/stylePro.css similarity index 100% rename from style-full.css rename to stylePro.css