Find your perfect font.
We've collected carefully selected free fonts, focusing on Hiragana and Katakana, as well as alphanumeric and illustrations. Type your favorite words and find your perfect typeface.
B!
{
copied = true;
setTimeout(() => copied = false, 2000);
}).catch(() => {
// Clipboard API非対応時のフォールバック (念のため)
const input = document.createElement('input');
input.value = 'https://www.fontfontfont.com/?lang=en&tag=brush';
document.body.appendChild(input);
input.select();
document.execCommand('copy');
document.body.removeChild(input);
copied = true;
setTimeout(() => copied = false, 2000);
});
"
class="flex items-center justify-center w-10 h-10 rounded-full text-white transition-transform hover:scale-110 shadow-sm bg-gray-500 relative"
title="URLをコピー"
>
コピーしました