Skip to content

Commit

Permalink
Cleaned lite file and divided into 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenon Lucifer Diablo committed Oct 25, 2018
1 parent 0310331 commit 3517179
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 56 deletions.
56 changes: 0 additions & 56 deletions style.css

This file was deleted.

41 changes: 41 additions & 0 deletions styleLight.css
Original file line number Diff line number Diff line change
@@ -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;
}
File renamed without changes.

0 comments on commit 3517179

Please sign in to comment.