2022.2

Table Of Contents
Style simulation
Whenitcan'tuseaseparatefontfileforaparticularfonteffect,Connectwillmimictheboldanditalic
versionsofthatfont.Thisiscalledstylesimulation.
Therearesomemajordrawbackstostylesimulation.Firstly,itisnotreliable:itdoesnotworkforall
fonts.Secondly,stylesimulationiscostlyintermsofperformance(outputiscreatedslower)andresults
inbiggerfiles.Finally,becauseoftheplainmachinetransformationofthefont,theresultwillprobably
notlookasgoodaswhenusingacarefullydesigned,properlystyled,font.
Itismuchbetter,ifyouhaveseparatefilesforthebold,italicandanyotherversionsofafont,touse
those.
Font types
TheDesignercurrentlysupports5fonttypes:TTF,OTF,WOFF,EOTandSVG.
WhenyouarecreatingaWebtemplate,keepinmindthatthedifferentfonttypesarenotsupportedby
allclients;forinstance,EOTandSVGareusedonlybyExplorerandSafari,respectively.
WhencreatinganEmailtemplate,it'sbettertoimportseveraltypesofthesamefont,inorderforanycli-
enttoseetheappropriatefonts.
InthecaseofaPrintcontextyoudonotneedtoprovidealternativefonts,becausetheoutputisnotdis-
playedusingafontfromthedeviceonwhichtheoutputisread.
Applying an imported font
Onceafontisimported,itisautomaticallyaddedtotheFontsdrop-downonthetoolbar.
Itcanalsobeusedinthestylesheets,evenincombinationwithotherfonts,forexample:
body {
font-family: 'MyWebFont', Arial, sans-serif;
}
Usingremotefonts
Adding remote web fonts directly
ThemoststraightforwardmethodforusingwebfontsinDesigneristhis:
1. WithDesigneropen,selecttheFontsfolderfromtheResourcestab.
2. Right-clicktodisplaythecontextmenuandselectWeb Font.
3. Provideanameforthefont,andentertheURL.
ThisaddsalinktothefontintheFontsfolder,andthefontcanbeusedinyourtemplates.
Page 705