Quick answers for installing fonts, web use, licensing, payments, and troubleshooting.
.otf or .ttf file → Install Font (Font Book)..otf or .ttf → Install (or Install for all users).Convert/obtain WOFF/WOFF2 files for the project. Upload to your server (e.g. /fonts/) and add:
@font-face {
font-family: 'BFF-Name';
src: url('/fonts/BFF-Name.woff2') format('woff2');
font-weight: 400;
font-style: normal;
font-display: swap;
}
/* Then use font-family: 'BFF-Name' in your CSS */
<link rel="preload" as="font" type="font/woff2" crossorigin>font-display: swap to avoid invisible flash.What does the €2 license include?
It unlocks full commercial use for one (1) project, across print, web, apps, social, ads, packaging, etc. Your payment receipt is your license—please keep it as proof.
Do I receive a license file or certificate?
No separate document is sent. The Stripe/PayPal receipt serves as legal proof of your rights for that project.
What is one project exactly?
A single named initiative (e.g., brand identity for a product, a campaign, an app title). New titles, sub-brands, or seasons require a new €2 license per font used.
Content-Type (font/woff2). Add crossorigin if served from another domain.Can I share the font with my vendors?
Yes, with printers/devs/motion partners working on that project only. No public sharing or uploading to portals.