fix css content

This commit is contained in:
Samuele Locatelli
2021-10-20 09:20:07 +02:00
parent d9a4fa676c
commit 3f8310b09c
6 changed files with 42 additions and 20 deletions
+2 -4
View File
@@ -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;
+2 -4
View File
@@ -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 {
+1
View File
@@ -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;
+24
View File
@@ -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
View File
@@ -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');
}
+1
View File
@@ -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');}