🎨 Looking for unique, high-quality fonts?
Visit shop.kuvamedia.com to explore our full collection of professional typefaces for your next creative project!
This guide will help you install and use fonts purchased from Kuva Shop across different platforms and applications.
Before You Start
System Requirements
- Desktop computer (Windows, Mac, or Linux)
- Permission to install fonts on your system
- Your downloaded font files from Kuva Shop
What's In Your Download
Your download includes:
- .otf (OpenType Font) files
- .ttf (TrueType Font) files
Important Notes
- ZIP files must be extracted before use
- Installation requires a desktop computer
- Some platforms may need specific file formats
Installation Methods
Desktop Installation
Windows Users
- Extract your ZIP file
- Choose a method:
- Double-click the font file → Click "Install"
- Right-click → Select "Install"
- Drag files to C:\Windows\Fonts
Mac Users
- Extract your ZIP file
- Choose a method:
- Double-click → Click "Install Font"
- Open Font Book → Drag files in
- Drag to /Library/Fonts for all users
Linux Users
- Copy fonts to ~/.fonts directory
- Run:
fc-cache -f -v
Design Platforms
Canva
- In your project → "Text" tab
- Click "Upload font"
- Select your font files
- Wait for upload
- Find in "Uploaded fonts"
Note: Your uploaded fonts are private to your account
Website Builders
WordPress
Option 1: Plugin Method (Recommended)
- Install a font plugin
- Follow plugin upload steps
- Upload your fonts
- Use theme customizer
Option 2: Manual Method
css@font-face {
font-family: "YourFontName";
src: url("path/to/font.otf") format("opentype"),
url("path/to/font.ttf") format("truetype");
}
Wix
- Dashboard → Theme Manager
- Theme Settings → Fonts
- Upload Fonts
- Select files
- Apply in theme editor
Squarespace
- Design → Custom CSS
- Upload files in Manage Custom Files
- Add CSS code (see below)
- Update URLs in code
css@font-face {
font-family: "YourFontName";
src: url("your-uploaded-font-url.otf") format("opentype"),
url("your-uploaded-font-url.ttf") format("truetype");
}
Shopify
- Online Store → Themes
- Actions → Edit code
- Add asset → Upload fonts
- Add to theme.scss.liquid
- Apply in theme settings
Design Software
Adobe Creative Cloud
Method 1:
- Close Adobe apps
- Double-click font files
Method 2:
- Open Creative Cloud
- Fonts tab → "+" button
- Select files → Install
Google Workspace
- Install on your computer first
- Font will appear in Google apps
Troubleshooting
Common Issues and Solutions
Fonts Not Showing Up?
- Restart your software
- Restart your computer
- Clear font cache
- Check file permissions
Web Font Issues?
- Verify file paths
- Check file uploads
- Clear browser cache
- Review CSS code
Need More Help?
- Email: support@kuvamedia.com