Hi to all!
Thanks for this script.
I just start a new website for my kitesurf association : www.camikas.fr
I try since few days to change the web font for the header, but it's not possible.
The DEV mod is on true and here is the code for the header :
@font-face {
font-family: '84Rock!Regular';
src: url('http://www.camikas.fr/.../84_rock-webfont.eot');
src: url('http://www.camikas.fr/.../84_rock-webfont.eot') format('embedded-opentype'),
url('http://www.camikas.fr/...84_rock-webfont.woff') format('woff'),
url('http://www.camikas.fr/.../84_rock-webfont.ttf') format('truetype'),
url('http://www.camikas.fr/.../84_rock-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
.ow_header .ow_logo h2{
font-size: 32px;
text-shadow: 1px 1px 0 #FFFFFF;
text-transform: uppercase;
line-height:35px;
letter-spacing:-2px;
font-family: '84Rock!Regular';
}
.ow_header .ow_logo .ow_tagline
{
font-size: 11px;
color: white;
padding: 2px 0 0 2px;
text-shadow: 0px 0px 0 #FFFFFF;
font-family: '84Rock!Regular';
}
.ow_header .ow_logo a
{
color: orange;
text-decoration: none;
font-family: '84Rock!Regular';
}
Thanks for your help.
Benjamin.