font file types needed for DPS 2015 HTML articles (@font-face) | Community
Skip to main content
Gronckle
Level 2
October 19, 2015
Solved

font file types needed for DPS 2015 HTML articles (@font-face)

  • October 19, 2015
  • 2 replies
  • 1209 views

I've been using @font-face for fonts in HTML articles and they seem to be working fine.

However, I'd like to get the article package file sizes as small as possible. Font packages from places like fontsquirrel include multiple font files to ensure browser compatibility: ttf, woff, eot svg etc.

I'm assuming articles generated through DPS don't need that kind of coverage, and I can delete most of those extra file types and reduce article package size. Is this the case? If so, which font file type is actually needed here?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Neil_Enns_-_Ado

.woff should be, I think, the only one you need.

Neil

2 replies

Neil_Enns_-_Ado
Adobe Employee
Neil_Enns_-_AdoAdobe EmployeeAccepted solution
Adobe Employee
October 19, 2015

.woff should be, I think, the only one you need.

Neil

Gronckle
GronckleAuthor
Level 2
October 21, 2015

That will lighten things up nicely. Thanks!