-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlighter.html
37 lines (37 loc) · 1.95 KB
/
lighter.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html itemscope="" itemtype="http://schema.org/SearchResultsPage" lang="zh-TW">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Font weight test</title>
<link rel="stylesheet" href="/css/harmonise.css" media="all" type="text/css" />
<style type="text/css">
.test p {
font-size: 27px;
line-height:1.333;
font-family:Roboto,"Noto Sans CJK TC", "Noto Sans TC", Helvetica, Arial, sans-serif;
margin: 0.7em 0 0.7em;
text-indent: 2em;
}
b {
font-weight:bold;
}
#example {
font-weight:lighter;
}
</style>
</head>
<body>
<h1>Font-weight test case</h1>
<hr />
<div class="test">
<p id="example">
<b>銀翼殺手</b>(Do Androids Dream of Electric Sheep?,直譯《仿生人會夢見電子羊嗎?》),是美國科幻小說作家菲利普·K·迪克的最重要作品之一,曾獲1964年雨果獎提名,並被改編成電影。</br>
</p>
<p id="example">
故事發生在未來的1992年。Rick Deckard是為舊金山警察局抓逃亡機器人(Androids)領賞金的「賞金獵人」(Bounty Hunter)。他早上照舊裝作餵自己的電子羊,以免被鄰居發現他原來的活羊已死而丟臉。同時,他的妻子在家裡靠「同情箱」和「情緒器官」控制下打發時光。</br>
</p>
<p id="example">
Deckard在警署獲悉:高級獵人Dave Holden被一個最新型號的Nexus-6型機器人重傷。Deckard 受命在舊金山地區搜尋剩下的六個同類機器人。他的頂頭上司讓他先去西雅圖地區拜訪該型號機器人的製造者--羅森公司--總部,去確認辨別人與機器人的Voigt-Kampff測試對Nexus-6型仍然有效。Deckard在總部遇到了自稱是公司創始人之女的拉切爾·羅森,自薦做第一個測試對象。老羅森告訴Deckard說拉切爾有精神分裂症,但後來Deckard憑試驗發現她其實是Nexus-6型機器人。Voigt-Kampff測試證明仍然有效,然而Deckard對人與機器人的差距有了更多的疑問......
</p>
</div>
</body>
</html>