moved fonts to css/fonts/* and minor fixups...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-01-27 04:36:53 +03:00
parent ae969566fe
commit e8b88fee74
24 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@
}
/*********************************************************************/
body {
font-family: sans-serif;
font-family: opensans, sans-serif;
padding: 0px;
margin: 0px;
}

View File

@ -187,7 +187,7 @@
/*********************************************************************/
body {
font-family: sans-serif;
font-family: /*worksans,*/ opensans, sans-serif;
padding: 0px;
margin: 0px;
}

View File

@ -5,7 +5,7 @@
min-width: 300px;
width: initial;
padding: 5px;
font-family: sans-serif;
font-family: /*worksans,*/ opensans, sans-serif;
background: gray;
/*color: rgba(255,255,255,0.8);*/