File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ Generic font families</h4>
384384 the endpoint flourishes are smaller,
385385 and there is less variation in stroke width,
386386 compared to a Song style.
387+ Fang Song is often used for official Chinese Government documents.
387388 </dl>
388389
389390<h3 id="font-weight-prop">Font weight: the 'font-weight!!property' property</h3>
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7+ < title > Document</ title >
8+ < style >
9+ p {
10+ font-family : Adobe Fangsong Std;
11+ font-size : 64px ;
12+ width : 12em ;
13+ display : flex;
14+ }
15+ span {
16+ flex : 1 ;
17+ }
18+ </ style >
19+ </ head >
20+ < body >
21+ <!-- Songti, Kaiti, Fangsongti -->
22+ < p > < span > 宋体</ span >
23+ < span > 楷体</ span >
24+ < span > 仿宋体</ span > </ p >
25+ </ body >
You can’t perform that action at this time.
0 commit comments