verschiedene Schriftarten css

This commit is contained in:
Andreas Stephanides
2014-04-17 15:17:31 +02:00
parent 65df35f6cc
commit 78197f54b8
3 changed files with 17 additions and 6 deletions

View File

@@ -51,6 +51,11 @@ $navbarLinkBackgroundHover: darken($navbarBackground,10%);
$infoBackground:#65A5D1;
$infoText:#03406A;
@font-face {
font-family: 'ayuma2yk';
src:font-url('Ayuma2yk.ttf');}
$sansFontFamily: Helvetica, Arial;
@import 'bootstrap';
@@ -59,12 +64,16 @@ $sansFontFamily: Helvetica, Arial;
@import 'font-awesome';
@import 'neuigkeiten';
#menudiv {
font-family: ayuma2yk;
}
div.header {
display: block;
// background: url('../../../../header1.png') no-repeat;
// background-color:white;// $color_prim;
background-position: right;
font-family: ayuma2yk;
// border-bottom:1px solid black;
float:left;
color:#000;
@@ -90,4 +99,4 @@ $box-border: lightgray solid 1px;
$box-border-radius:0px;
$box-background: white;
@import 'layout';
@import 'calendars';
@import 'calendars';