Host the web fonts yourself
Only for licenses bought before 24 September 2026.
Licenses bought before 24 September 2026 came with web files. If you have one, put the files on your own server and load them with a regular font face rule like this one:
Use them on the websites your license covers. Don't share the files or put them somewhere anyone can download them.
Licenses bought since then use our hosted web fonts and don't include files for your own server.
@font-face {
font-family: "Family Name";
src: url("/fonts/family-regular.woff2") format("woff2");
font-weight: 400;
font-display: swap;
}