@font-face
-
Hi, i’m trying to use @font-face to use a custom font in a email template but it just isn’t working.
Code i’m using is:
@font-face { font-family: 'kgsmalltownsoutherngirl-webfont'; src: url('https://xxx/public_html/fonts/kg/kgsmalltownsoutherngirl-webfont.woff2') format('woff'), url('https://xxx/public_html/fonts/kg/kgsmalltownsoutherngirl-webfont.woff2') format('woff2'), url('https://xxx/public_html/fonts/kg/kgsmalltownsoutherngirl-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } H1, H2 { font-family: 'kgsmalltownsoutherngirl-webfont'; color: #003377; }
Should be working, not sure why it isn’t? Dose the pluging support this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘@font-face’ is closed to new replies.