.sample { margin: 1.5rem 0; padding: 1rem; background: white; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
</body> </html>
.label { font-weight: bold; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #666; margin-bottom: 0.5rem; } stsong-light font
Here’s a clean HTML/CSS snippet that demonstrates the font (commonly known as 华文宋体 Light or STSong Light ), with fallbacks to other serif fonts: .sample { margin: 1.5rem 0
<div class="sample"> <div class="label">English Text</div> <div class="english" style="font-size: 1.2rem;"> The quick brown fox jumps over the lazy dog.<br> STSung Light offers a delicate, refined serif appearance suitable for literary and elegant designs. </div> </div> box-shadow: 0 1px 3px rgba(0
<h1>STSung Light 字体示例</h1>