Skip to content

Commit 463deaa

Browse files
committed
[css-fonts-4] More on Fang Song
1 parent b6bcb6b commit 463deaa

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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>

0 commit comments

Comments
 (0)