How to Install and Use Your Kuva Shop Fonts

  1. Overview
  2. Kuva Shop
  3. Digital Assets
  4. How to Install and Use Your Kuva Shop Fonts

🎨 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

  1. Extract your ZIP file
  2. Choose a method:
    • Double-click the font file → Click "Install"
    • Right-click → Select "Install"
    • Drag files to C:\Windows\Fonts

Mac Users

  1. Extract your ZIP file
  2. Choose a method:
    • Double-click → Click "Install Font"
    • Open Font Book → Drag files in
    • Drag to /Library/Fonts for all users

Linux Users

  1. Copy fonts to ~/.fonts directory
  2. Run: fc-cache -f -v

Design Platforms

Canva

  1. In your project → "Text" tab
  2. Click "Upload font"
  3. Select your font files
  4. Wait for upload
  5. Find in "Uploaded fonts"

Note: Your uploaded fonts are private to your account

Website Builders

WordPress

Option 1: Plugin Method (Recommended)

  1. Install a font plugin
  2. Follow plugin upload steps
  3. Upload your fonts
  4. 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

  1. Dashboard → Theme Manager
  2. Theme Settings → Fonts
  3. Upload Fonts
  4. Select files
  5. Apply in theme editor

Squarespace

  1. Design → Custom CSS
  2. Upload files in Manage Custom Files
  3. Add CSS code (see below)
  4. 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

  1. Online Store → Themes
  2. Actions → Edit code
  3. Add asset → Upload fonts
  4. Add to theme.scss.liquid
  5. Apply in theme settings

Design Software

Adobe Creative Cloud

Method 1:

  1. Close Adobe apps
  2. Double-click font files

Method 2:

  1. Open Creative Cloud
  2. Fonts tab → "+" button
  3. Select files → Install

Google Workspace

  1. Install on your computer first
  2. Font will appear in Google apps

Troubleshooting

Common Issues and Solutions

Fonts Not Showing Up?

  1. Restart your software
  2. Restart your computer
  3. Clear font cache
  4. Check file permissions

Web Font Issues?

  1. Verify file paths
  2. Check file uploads
  3. Clear browser cache
  4. Review CSS code

Need More Help?


Was this article helpful?