fix css content
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
/*padding-top: 50px;
|
||||
padding-bottom: 20px;*/
|
||||
font: 'Roboto', sans-serif;
|
||||
/*font: 'Open Sans', sans-serif;*/
|
||||
}
|
||||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
.body-content {
|
||||
/*padding-left: 15px;
|
||||
padding-right: 15px;*/
|
||||
font: 'Roboto', sans-serif;
|
||||
/*font: 'Open Sans', sans-serif;*/
|
||||
}
|
||||
.textCondens {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
|
||||
@@ -1,16 +1,14 @@
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
/*padding-top: 50px;
|
||||
padding-bottom: 20px;*/
|
||||
font: 'Roboto', sans-serif;
|
||||
/*font: 'Open Sans', sans-serif;*/
|
||||
}
|
||||
|
||||
/* Wrapping element */
|
||||
/* Set some basic padding to keep content from hitting the edges */
|
||||
.body-content {
|
||||
/*padding-left: 15px;
|
||||
padding-right: 15px;*/
|
||||
font: 'Roboto', sans-serif;
|
||||
/*font: 'Open Sans', sans-serif;*/
|
||||
}
|
||||
|
||||
.textCondens {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
@import url('ExtraComp.css');
|
||||
@import url('BtnReport.css');
|
||||
@import url('JQClock.css');
|
||||
@import url('../font.css');
|
||||
* {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('OpenSans.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('OpenSansCondensed.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('Roboto.woff2') format('woff2');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('RobotoCondensed.woff2') format('woff2');
|
||||
}
|
||||
+12
-12
@@ -1,4 +1,4 @@
|
||||
/*@font-face {
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@@ -10,18 +10,18 @@
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('OpenSansCondensed.woff') format('woff');
|
||||
}*/
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('Roboto.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('RobotoCondensed.woff2') format('woff2');
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('Roboto.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('RobotoCondensed.woff2') format('woff2');
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url('OpenSans.woff') format('woff');}@font-face{font-family:'Open Sans Condensed';font-style:normal;font-weight:300;src:url('OpenSansCondensed.woff') format('woff');}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:url('Roboto.woff2') format('woff2');}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:300;src:url('RobotoCondensed.woff2') format('woff2');}
|
||||
Reference in New Issue
Block a user