Script Typeface
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://fontfyi.com/iframe/glossary/script-typeface/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://fontfyi.com/glossary/script-typeface/
Add a dynamic SVG badge to your README or docs.
[](https://fontfyi.com/glossary/script-typeface/)
Use the native HTML custom element.
Typefaces based on connected, flowing handwriting. Range from formal calligraphic styles to casual brush scripts.
Script typefaces simulate handwriting, calligraphy, and brush lettering — the flowing, connected strokes of a pen or brush moving naturally across a surface. They occupy one of the most expressive corners of typography, capable of evoking anything from formal elegance to casual friendliness depending on their design.
Script typefaces generally fall into two camps. Formal scripts draw inspiration from copperplate and Spencerian penmanship — these feature thin upstrokes, thick downstrokes, and letters that connect in precise, deliberate ways. Think wedding invitations, luxury branding, and certificates. Casual scripts are looser, more energetic, mimicking the bounce and irregularity of everyday handwriting or brush lettering — common in food packaging, lifestyle brands, and informal marketing materials.
Google Fonts offers a wide range of scripts: Dancing Script provides elegant casual handwriting feel, Great Vibes delivers formal copperplate refinement, Pacifico brings retro brush-lettering warmth, and Satisfy sits comfortably between formal and casual.
/* Script typefaces for accent text only */
.brand-tagline {
font-family: 'Dancing Script', cursive;
font-size: 2rem;
font-weight: 400;
}
/* Critical: never use scripts for long body text */
.section-label {
font-family: 'Great Vibes', cursive;
font-size: 1.5rem;
/* Keep usage to short phrases */
}
Script typefaces carry significant accessibility considerations. Their flowing, connected letterforms are among the most difficult to read for users with dyslexia, low vision, or cognitive differences. Best practice is to reserve scripts for short decorative text — names, taglines, single words — and never use them for body copy, navigation, or any text that carries functional information.
Technically, many script typefaces include OpenType features like contextual alternates (calt) and stylistic sets that automatically adjust letterforms based on surrounding characters, creating more natural-looking connections. Enabling these features can dramatically improve the authenticity of the script rendering:
.script-heading {
font-family: 'Pacifico', cursive;
font-feature-settings: "calt" 1, "liga" 1;
}
When pairing scripts with other typefaces, the combination works best when the script handles only the accent text — a name, a single word of emphasis — while a clean sans-serif or serif handles all readable content.
관련 용어
이 개념을 보여주는 폰트
더 알아보기
손글씨 폰트는 디자인에 개인적이고 인간적인 손길을 더합니다. Google Fonts의 최고 스크립트·손글씨 폰트를 우아한 것부터 캐주얼한 것까지 소개합니다.
타이포그래피 기초Serif 대 Sans-serif, 휴머니스트 대 기하학적, 디스플레이 대 본문까지 폰트 분류에 관한 실용 가이드입니다. 패밀리를 알면 어떤 프로젝트에도 맞는 폰트를 고를 수 있습니다.
폰트 선택레스토랑 타이포그래피는 손님이 음식을 맛보기도 전에 분위기를 결정합니다. 파인 다이닝부터 캐주얼 다이닝까지 요식업 브랜드에 맞는 폰트를 선택하는 방법입니다.