Add new fonts for banner title

This commit is contained in:
boulch 2016-05-11 13:24:38 +02:00
parent 9591082806
commit 75adcc83b4
3 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,15 @@
/* first for IE 48 */
@font-face {
font-family: DINWeb;
src: url("fonts/DINWeb.eot");
}
/* then for WOFF-capable browsers */
@font-face {
font-family: DINWeb;
src: url("fonts/DINWeb.woff") format("woff");
}
a {
color: #58585A;
}
@ -65,6 +77,7 @@ h1#logo a{
text-align: center;
display:block;
padding-top:80px;
font-family:DINWeb;
}
/*surcharge*/

Binary file not shown.

Binary file not shown.