Hi Ihor,
The problem may be that the existing
"Drop Caps" style has custom CSS that doesn't include the embedded
font.
So, ignore the existing "Drop Caps"
character style. Create a new character style, say "Drop Caps
First Paragraph", and change the font to your embedded font.
Specify *this* style in your paragraph's style "Character style"
in the "Drop Caps" tab.
Now you should find a style in your
generated CSS file .C_Drop_Caps_First_Character {
font-family: "Your Specified Embedded Font";
}
and also an automatically named and
generated .C_... character style combining the attributes from the
paragraph style's drop caps specification and your character
style. This is then applied to the first letter(s) of the
paragraph HTML, e.g.
<p
class="P_Body_Text_First_Paragraph"><span
class="C_Char_Drop_Caps__And__CAC_Champagne__And__Drop_Caps">T</span>his
is left-aligned text. Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Maecenas aliquet urna justo, faucibus scelerisque
est posuere et. Morbi ullamcorper facilisis orci eget mattis.
Praesent neque purus, euismod accumsan rutrum sit amet,
consectetur et turpis. In hac habitasse platea dictumst.</p>
Regards,
Julian