@font

bei sandvox für das Menü das folgende Stylsheet verwenden und abändern in: paketinhalt anzeigen in _Ressourden

ddsmoothmenu.css 

@font-face {
   font-family: 'sympuschlight';
   src: url('sympu_light-webfont.woff2') format('woff2'), url('sympu_light-webfont.woff') format('woff'); font-weight: normal; font-style: normal; }


#sitemenu-content ul {

z-index: 5000;

font-family: "Sympuschlight";

}


#sitemenu-content ul ul {

z-index: auto;

font-family: "Sympuschlight";

}


/* Top level list items */

#sitemenu-content ul li {

position: relative;

display: inline;

font-family: "Sympuschlight";

}


#sitemenu-content ul ul {

text-align: left; /* prevent centred submenu items */

height: auto;

font-family: "Sympuschlight";


darauf achten, dass der Pfad zu den Schriften korrekt wiedergegeben werden.


Für Body unter bearbeiten "Webside code injection"

I have this in the Site Code Injection css tab:

@font-face {
    font-family: Brush Script MT;
    src: url(http://fontzone.net/download/brushscriptstd);
}

H2 {
    font-family: Brush Script MT;
}

You even don't need to have the font installed locally. That's the whole idea of webfonts. You must ensure you have the HTML code (the link href… part) in the correct place in your Site Code Injection, however, and the CSS code also in the correct place, then it should work fine on most platforms.

Don't forget that if you wish to see the efeect of the code, you will need to refresh your Sandvox page (menu View>Reload Page)

http://forum.karelia.com/viewtopic.php?id=3557


Informative Links:

@fonts selber herstellen

https://www.fontsquirrel.com/tools/webfont-generator 

https://transfonter.org/


@fonts richtig in die Seite einbinden und Beispiel

https://transfonter.org/formats




© pink-panther-domain-manager 2020