TFT

Font to Base64 Encoder

Convert font files to Base64 strings for direct use in CSS. Eliminate external font files for emails or simple websites.

Upload Font File

Supported formats: WOFF2, WOFF, TTF, OTF

Base64 Output

Upload a font file to see the Base64 encoded output

Usage Instructions
  1. Upload your font file (WOFF2, WOFF, TTF, or OTF format)
  2. Copy the generated Base64 string or download it
  3. Use the provided CSS @font-face code in your stylesheet
  4. Apply the font-family to your elements

Example Usage:

body { font-family: 'YourFont', sans-serif; }