Host the web fonts yourself
For families you bought. The files live on your server.
A family you bought comes with web files. Put them 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.
@font-face {
font-family: "Family Name";
src: url("/fonts/family-regular.woff2") format("woff2");
font-weight: 400;
font-display: swap;
}