Stsong-light Font -
<div class="sample"> <div class="label">Font Stack Used:</div> <code style="background: #eee; padding: 0.2rem 0.4rem; border-radius: 4px;"> font-family: "STSung Light", "华文宋体", "STSong", "SimSun", "宋体", serif; </code> <p style="margin-top: 1rem; font-size: 0.9rem; color: #555;"> ⚠️ Note: "STSung Light" (also known as STSong Light or 华文宋体细体) is typically available on macOS and some Windows systems if you have installed Adobe or Apple fonts.<br> If not present, the browser will fall back to standard STSong, SimSun, or the default serif font. </p> </div>
.chinese { font-family: "STSung Light", "华文宋体", "STSong", "SimSun", "宋体", serif; } </style> </head> <body> stsong-light font
<h1>STSung Light 字体示例</h1>
.sample { margin: 1.5rem 0; padding: 1rem; background: white; border-radius: 8px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); } Font Stack Used:<