repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
font-matching
/
system-generic-fallback-zh-tw.html
blob
64cc1aded581c6910ffc7977d4775a5b09c91b7d
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<title>
system generic linked families
</title>
5
<meta
charset
=
"utf-8"
>
6
7
<style>
8
body {
9
margin:
50
px;
10
}
11
12
p {
13
margin:
0
;
14
display: inline-block;
15
font-size:
80
px;
16
line-height:
1.3
em;
17
}
18
19
p + p { margin-top:
5
px; }
20
21
#test p:before { content:
"123abc 途外"
; }
22
#test p { font-family: -apple-system; }
23
</style>
24
25
</head>
26
<body>
27
28
<div
lang
=
"zh-tw"
id=test
>
29
<p></p>
30
</div>
31
32
</body>
33
</html>