ich hab Google schon gequält und auch hier leider nichts brauchbares gefunden, also versuch ichs mal offensiv xD.
Ich würd gern für unser Forum einen neuen Font mit dem @Font-Face code einbinden, der neue Font soll am Ende alle bisherigen ersetzen. Den code hab ich über den FontSquirrel Generator erstellen lassen, der schaut dann so aus
Code: Alles auswählen
@font-face {
font-family: 'GorillaMilkshakeRegular';
src: url('gm-webfont.eot');
src: local('☺'), url('gm-webfont.woff') format('woff'), url('gm-webfont.ttf') format('truetype'), url('gm-webfont.svg#webfontLmN0FTvP') format('svg');
font-weight: normal;
font-style: normal;
}
Code: Alles auswählen
html {
font-size: 100%;
}
@font-face {
font-family: 'GorillaMilkshakeRegular';
src: url('gm-webfont.eot');
src: local('☺'), url('gm-webfont.woff') format('woff'), url('gm-webfont.ttf') format('truetype'), url('gm-webfont.svg#webfontLmN0FTvP') format('svg');
font-weight: normal;
font-style: normal;
}
body {
/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
font-family: Arial, Helvetica, Verdana, Lucida Grande, sans-serif, "GorillaMilkshakeRegular";
color: #ebb839;
background-color: #000;
font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
margin: 0;
background-image: url('./images/wowmaevahempirebackgrounda01.gif'); background-attachment:fixed;
max-width: 85%;
margin-left: auto;
margin-right: auto;
}
Als Grund Style benutzt ich WoWMaevahEmpire.
Hoff Ihr könnt mir weiter helfen
Gruss Niu