summaryrefslogtreecommitdiff
path: root/web/css/_src/utilities.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/css/_src/utilities.scss')
-rw-r--r--web/css/_src/utilities.scss38
1 files changed, 1 insertions, 37 deletions
diff --git a/web/css/_src/utilities.scss b/web/css/_src/utilities.scss
index a08dd0d..0dddffa 100644
--- a/web/css/_src/utilities.scss
+++ b/web/css/_src/utilities.scss
@@ -6,8 +6,7 @@
/* -------------------- */
/* == Fonts */
/* -------------------- */
-
-@include font-face('OpenSans-Light', font-files('OpenSans-Light.ttf'));
+@include font-face('OpenSans-Light', font-files('OpenSans-Light.ttf', 'OpenSans-Light.svg', 'OpenSans-Light.woff'), 'OpenSans-Light.eot');
@include font-face('Entypo', font-files('entypo.ttf', 'entypo.eot', 'entypo.svg', 'entypo.woff'));
@import "../libs/_icons.entypo";
@@ -15,7 +14,6 @@
/* ------------------- */
/* == Misc */
/* ------------------- */
-
* { padding: 0; margin: 0; }
*:focus { outline: none; }
@@ -37,11 +35,6 @@ img { border: 0; }
.debug { border: 1px solid red; }
-.u { text-decoration: underline; }
-.b { font-weight: bold; }
-.i { font-style: italic; }
-.r { text-decoration: line-through; }
-
.text_left, .t-left { text-align: left; }
.text_right, .t-right { text-align: right !important; }
.text_center, .t-center { text-align: center; }
@@ -65,9 +58,6 @@ img { border: 0; }
width: 66%;
}
-.m-l-10 { margin-left: 10px; }
-.m-r-10 { margin-right: 10px; }
-
/*pre {
background-color: #fafafa;
@@ -83,32 +73,6 @@ img { border: 0; }
.w50p { width: 50%; }
.w100p { width: 100%; }
-.w30 { width: 30px; }
-.w50 { width: 50px; }
-.w60 { width: 60px; }
-.w70 { width: 70px; }
-.w75 { width: 75px; }
-.w90 { width: 90px; }
-.w100 { width: 100px; }
-.w110 { width: 110px; }
-.w120 { width: 120px; }
-.w130 { width: 130px; }
-.w150 { width: 150px; }
-.w180 { width: 180px; }
-.w200 { width: 200px; }
-.w220 { width: 220px; }
-.w250 { width: 250px; }
-.w300 { width: 300px; }
-.w350 { width: 350px; }
-.w400 { width: 400px; }
-.w450 { width: 450px; }
-.w500 { width: 500px; }
-.w600 { width: 600px; }
-.w700 { width: 700px; }
-.w800 { width: 800px; }
-.w900 { width: 900px; }
-.w1000 { width: 1000px; }
-
/* ------------------------ */
/* == Scrollbar */