Become our VIP member and get an access to all our videos and unlimited downloads.Become a VIP

Ttclaytoyr Font

Looking for a playful, handcrafted typeface that adds personality to your designs? Meet ttclaytoyr — a whimsical display font with uneven strokes and a charming, hand-drawn feel. Perfect for children’s books, packaging, posters, social media graphics, and any project needing a friendly, organic vibe.

Download/License: Check the font’s license before using commercially.

For web designers, the key question is always performance. TTClaytoyr's WOFF2 files are relatively lightweight. A typical Regular weight (Latin + Cyrillic) compresses to about 45–60 KB. For a full family (6 weights), you’re looking at approximately 300–400 KB total—well within acceptable limits for modern broadband. ttclaytoyr font

To implement TTClaytoyr on a website:

@font-face 
  font-family: 'TTClaytoyr';
  src: url('ttclaytoyr-regular.woff2') format('woff2'),
       url('ttclaytoyr-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;

body font-family: 'TTClaytoyr', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; Looking for a playful, handcrafted typeface that adds

The font-display: swap; property ensures text remains visible during font loading, preventing a Flash of Invisible Text (FOIT). The font-display: swap

⚠️ Warning: Free downloads from “free fonts” sites are often pirated, may contain malware, and lack OpenType features.