css - Custom web font with @import syntax -


for email newsletter, have use @import css syntax custom web fonts. own fonts in woff, eot , ttf.
know can define @font-face in css how can use @import?

simple...you must set import in css file...you shoud write on first line or above css styles.

@import "url"; 

beware not email clients support web fonts

read more - web fonts in html email


Comments