<div class="quality-selector"> <div style="font-weight: 600; margin-bottom: 12px;">⚙️ Quality mode</div> <label class="quality-option"> <input type="radio" name="quality" value="standard" checked> <div> <div class="quality-title">Standard <span class="quality-badge">Default hinting</span></div> <div class="quality-desc">Standard TrueType hinting, smaller file size, compatible with all systems</div> </div> </label> <label class="quality-option"> <input type="radio" name="quality" value="extra"> <div> <div class="quality-title">Extra Quality <span class="extra-quality-badge">✨ NEW</span></div> <div class="quality-desc">High‑resolution outlines · Full OpenType features · Subpixel rendering · Variable fallback</div> </div> </label> </div>
.quality-desc font-size: 0.8rem; color: #4a5b57;
.download-btn background: #1f6e62; color: white; border: none; width: 100%; padding: 1rem; font-size: 1.1rem; font-weight: 600; border-radius: 2rem; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; gap: 0.5rem; box-shadow: 0 4px 8px rgba(0,0,0,0.05); Arial Normal Panose Default Font Download Extra Quality
// Optional: analytics event if (typeof gtag !== 'undefined') gtag('event', 'font_download', quality: selectedQuality, font: 'Arial Normal' ); );
.header h1 font-size: 1.8rem; font-weight: 600; letter-spacing: -0.3px; display: flex; align-items: center; gap: 0.75rem; div style="font-weight: 600
.header h1::before content: "🔤"; font-size: 1.8rem;
.info-note font-size: 0.7rem; text-align: center; margin-top: 1.5rem; color: #7e8c88; border-top: 1px solid #e9edf0; padding-top: 1rem; ⚙️ Quality mode<
.header background: #1f3e3a; padding: 1.5rem 2rem; color: white;