View Single Post
Old 02-19-2013, 03:44 PM   #168
praetor
Skeptiker
praetor began at the beginning.
 
praetor's Avatar
 
Posts: 84
Karma: 10
Join Date: Oct 2011
Location: Thüringen
Device: Kindle 3
Quote:
Originally Posted by Doitsu View Post
So unterstützt selbst die aktuelle ADE-Version u.a. noch immer nicht elementare Formatierungen wie font-variant: small-caps;,...
Dafür habe ich, glaub ich, ein workaround gefunden. Linus Libertine bietet (in der ttf-Variante) einen eigenen Schnitt für Kapitälchen.

libertine.css:
Code:
@font-face {font-family: "Linux Libertine"; font-weight: normal; font-style: normal; src: url(../FONTS/fxlr.ttf);}
@font-face {font-family: "Linux Libertine"; font-weight: normal; font-style: italic; src: url(../FONTS/fxlri.ttf);}
@font-face {font-family: "Linux Libertine"; font-weight: bold;   font-style: normal; src: url(../FONTS/fxlb.ttf);}
@font-face {font-family: "Linux Libertine"; font-weight: bold;   font-style: italic; src: url(../FONTS/fxlbi.ttf);}
@font-face {font-family: "myCaps"; font-weight:normal; font-style:normal; src: url(../FONTS/fxlrc.ttf);}

body {font-family: "Linux Libertine";}
Statt font-variant: small-caps; definiere ich dann font-family: myCaps;. Ist wahrscheinliich nicht so originell, funktioniert aber unter KF8 und ADE. Oder gibts dagegen auch noch was einzuwenden?
praetor is offline   Reply With Quote