Skip to main content
☀️ Summer Special: FontCreator 평생 라이선스 $149 (정가 $199). 한정 판매 — 9월 15일 종료. 지금 구매하기 →

Organize and Control Your Fonts with Ease

“The best software I’ve ever used for managing typefaces!”

MainType takes the frustration out of handling your font library. This powerful yet user-friendly application makes it simple to find, preview, organize, install, and print fonts—so you can focus on creativity instead of clutter.

  • Free Edition: Manage up to 2,500 fonts
  • Instant Activation: Enable fonts for all your favorite design programs
  • Comprehensive Tools: Preview, browse, and install with just a few clicks
  • Advanced Sorting & Search: Quickly locate the perfect typeface

Try MainType risk-free!

MainType runs on Windows 11, 10, 8, and 7. It never expires in free edition mode, giving you unlimited access to essential tools for managing and organizing your fonts.

{source}

<?php

$u_agent = $_SERVER['HTTP_USER_AGENT'];

if (preg_match('/WOW64/i', $u_agent) || preg_match('/x64/i', $u_agent)) {
  echo "<p style=\"text-align:center;\"><a class=\"uk-button uk-button-primary uk-button-large\" href=\"/MainTypeSetup-x64.exe\"><i class=\"fa fa-download\" style=\"font-size:140%;\"></i> Download MainType 64-bit (recommended)</a></p>";
  echo "<p style=\"text-align:center;\">We recommend to download and install the above 64-bit version, but you can also <a href=\"/MainTypeSetup.exe\">download MainType 32-bit</a>.</p>";
} else {
  echo "<p style=\"text-align:center;\"><a class=\"uk-button uk-button-primary uk-button-large\" href=\"/MainTypeSetup.exe\">Download MainType 32-bit</a></p>";
  echo "<p style=\"text-align:center;\">If your system supports 64-bit software, then we recommended to download and install <a href=\"/MainTypeSetup-x64.exe\">MainType 64-bit.</a>";

}

?>

{/source}