Eigene Schriftarten, Systenschriften

heikom
28 Posts
heikom posted this 22 August 2017

Hallo,
so langsam bin ich am verzweifeln. Ich versuche unter Themler für Joomla eine eigene Schriftart einzubinden.
Dabei bin ich nach den unzähligen Anleitungen vorgegangen, die ich gefunden habe und am Ende eigentlich immer nur auf die paar wenigen gleichen Threads auf themler.com verweisen.

Ich habe 2 Schriftarten einzubinden und es über "Additional-CSS" aus dem "Home-Menü/Einstellungen" heraus gemacht.
Das sieht dann im Code so aus

/* Eigene Schriftarten einbinden*/
@font-face {  font-family: "Laine"; 
  src: local("Laine"), url("Laine.woff") format("woff");
  src: local("Laine.woff"), url("Laine.ttf") format("truetype");
}
@font-face {  font-family: "Asent"; 
  src: local("ASENT___.woff"), url("Laine.woff") format("woff");
  src: local("ASENT___.ttf"), url("Laine.ttf") format("truetype");  
}

Ich kann auch von dort die Schriftarten per CSS auf Body usw. anwenden.
Doch ich möchte die gerne auch in der GUI von Themler gelistet haben. Da bleibt es nur bei den Standard und Google-Schriften.
Die Systemschriftarten sind immer leer - da sehe ich, wenn ich draufklicke, nur nen dünnen Strich (Browser egal Chrome/Firefox - bei beiden ist es so).

Vielen Dank

Hallo, so langsam bin ich am verzweifeln. Ich versuche unter Themler für Joomla eine eigene Schriftart einzubinden. Dabei bin ich nach den unzähligen Anleitungen vorgegangen, die ich gefunden habe und am Ende eigentlich immer nur auf die paar wenigen gleichen Threads auf themler.com verweisen. Ich habe 2 Schriftarten einzubinden und es über "Additional-CSS" aus dem "Home-Menü/Einstellungen" heraus gemacht. Das sieht dann im Code so aus /* Eigene Schriftarten einbinden*/ @font-face { font-family: "Laine"; src: local("Laine"), url("Laine.woff") format("woff"); src: local("Laine.woff"), url("Laine.ttf") format("truetype"); } @font-face { font-family: "Asent"; src: local("ASENT___.woff"), url("Laine.woff") format("woff"); src: local("ASENT___.ttf"), url("Laine.ttf") format("truetype"); } Ich kann auch von dort die Schriftarten per CSS auf Body usw. anwenden. Doch ich möchte die gerne auch in der GUI von Themler gelistet haben. Da bleibt es nur bei den Standard und Google-Schriften. Die Systemschriftarten sind immer leer - da sehe ich, wenn ich draufklicke, nur nen dünnen Strich (Browser egal Chrome/Firefox - bei beiden ist es so). Vielen Dank
Vote to pay developers attention to this features or issue.
4 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 22 August 2017

Hello,

  1. After ou have added the @font-face to Home tab >> Settings >> Additional CSS, paste the font name in Font options for the element you would like to apply it to (Text or Headings).

  2. Missing System Fonts are related to the Flash plugin missing or blocked in your browser. Please refer to this topic:
    http://answers.themler.com/questions/136674/system-fonts

Sincerely,
Nettie,
BillionDigital Team

Sincerely,
Nettie,
BillilonDigital Team

Hello, 1. After ou have added the @font-face to Home tab >> Settings >> Additional CSS, paste the font name in Font options for the element you would like to apply it to (Text or Headings). 2. Missing System Fonts are related to the Flash plugin missing or blocked in your browser. Please refer to this topic: http://answers.themler.com/questions/136674/system-fonts Sincerely, Nettie, BillionDigital Team Sincerely, Nettie, BillilonDigital Team
info1360
12 Posts
info1360 posted this 10 January 2021

Hallo,
das Problem ist aber, das Flash nicht mehr unterstützt wird. Es gibt keine Addons mehr für Browser und Adobe selber bietet die manuelle Installation von Flash nicht mehr an.

Gruß Frank

Hallo, das Problem ist aber, das Flash nicht mehr unterstützt wird. Es gibt keine Addons mehr für Browser und Adobe selber bietet die manuelle Installation von Flash nicht mehr an. Gruß Frank
Support Team
Support Team posted this 11 January 2021

Hello,

Thanks for contacting us. We have forwarded the information to our developers. As a temporary solution, we recommend to include a font using font-face rule as a custom font, and select it then in Font Options. A good side of this way would be that the font will be displayed on all computers no matter if they have a particular font in the system or not.

Sincerely,
Nettie

Hello, Thanks for contacting us. We have forwarded the information to our developers. As a temporary solution, we recommend to include a font using font-face rule as a custom font, and select it then in Font Options. A good side of this way would be that the font will be displayed on all computers no matter if they have a particular font in the system or not. Sincerely, Nettie
MistRat
3 Posts
MistRat posted this 12 February 2021

Hallo,
das Problem ist aber, das Flash nicht mehr unterstützt wird. Es gibt keine Addons mehr für Browser und Adobe selber bietet die manuelle Installation von Flash nicht mehr an.

Gruß Frank

Ja, bin ganz deiner Meinung - das Thema hat einen Bart...

> Hallo, > das Problem ist aber, das Flash nicht mehr unterstützt wird. Es gibt keine Addons mehr für Browser und Adobe selber bietet die manuelle Installation von Flash nicht mehr an. > > Gruß Frank Ja, bin ganz deiner Meinung - das Thema hat einen Bart...
You must log in or register to leave comments