-
Notifications
You must be signed in to change notification settings - Fork 326
/
authorization.html
107 lines (87 loc) · 6.99 KB
/
authorization.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>字集-免费字体</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/gh/wordshub/free-font/css/theme.css">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.svg">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.svg">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.svg">
</head>
<body>
<div class="site-wrapper">
<!-- Header -->
<header class="header header-default">
<div class="header-main">
<div class="container">
<nav class="navbar navbar-default fhmm" role="navigation">
<script src="//cdn.jsdelivr.net/gh/wordshub/free-font/js/header.js"></script>
</nav>
</div>
</div>
</header>
<!-- Header / End -->
<!-- Main -->
<div class="main" role="main">
<!-- Page Content -->
<section class="page-content padding-bottom2">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-8" style="margin-bottom: 30px;">
<p><span style="font-size:20px;font-weight:bold;color:#000;">授权方式</span><br /><br /> 这里的授权形式分为两类:免费商用和开源。 可能在不少人看来,「开源」就是没有限制。但实际情况恰恰相反。开源字体和开源软件一样,不但受制于各种类型的许可证,而且由于开源许可证的社区属性,关于其用法的争议甚至比权利义务一目了然的商业许可更大,在使用前必须认真检索和理解。值得注意的是常见的开源字体许可证对字体的使用限制不大,主要限制在于对字体的编辑和再分发。<br
/><br /></p>
<div class="aboutTit" style="font-size:16px;font-weight:bold;line-height:1.5;padding:0px 0 20px 0;">免费商用字体
</div>
<p style="line-height:22px;text-align:left;color:#000;">
商用免费不是一种开源软件的授权协议,主要指个人或者字体开发厂商没有开源但是免费提供给个人和商业机构使用的字体。目前中文字体的版权没有一个统一的标准,不同的字体厂商,对免费商用的字体有不同的限制,有些字体免费商用之前还需要获得厂商的授权,使用这类字体时需要仔细阅读他们的条款,避免不必要的麻烦。个人设计师发布并承诺开放免费商用的字体这没有这些限制。
<blockquote>厂商对于免费商用的字体有收回的权利,之前有过这样的案例 ,某些厂商对一些曾经免费商用的字体收回了授权。使用字体厂商发布的免费商用字体前需要确认这个字体是否还面对公众免费商用,这里也会尽量及时更新这类字体的授权信息。
</blockquote>
</p>
<div class="aboutTit" style="font-size:16px;font-weight:bold;line-height:1.5;padding:20px 0 20px 0;">开源字体
</div>
<span style="display:block;font-weight:bold;color:#000;margin:0px 0 10px 0;">GPL-2.0</span>
<span style="display:block;font-weight:normal;color:#000;margin:0px 0 0px 0;">
GNU通用公共许可证 (GNU General Public License)是GNU运动为保证其软件在后续的发展中仍保持开源开放而为其软件设立的“使用条款”。
GPL 最大的特点是:如果你在自己的作品中使用了受制于 GPL 的软件,那么该作品也必须以 GPL 许可分发。 这显然会产生一个大问题:如果我在文档中用了 GPL
字体,这份文件是否也就因此「感染」了 GPL、变成了开源的东西? 这是一个没有定论的问题,但其潜在争议很大,以至于 GPL 的推广者自由软件基金会额外推出了一条名为「GPL
字型例外」(GPL font exception)的条款,可以附在 GPL 字体许可的后面,阻断其向使用该字体的文件的传播。
由于其争议性这里收录的文泉系列字体需慎用。
</span>
<span style="display:block;font-weight:bold;color:#000;margin:20px 0 10px 0;">OFL-1.1</span>
<span style="display:block;font-weight:normal;color:#000;margin:0px 0 0px 0;">
SIL开放字体许可证 (SIL Open Font License) 由SIL国际制定,初版于2005年发布,如今已是诸多开源字体的首选授权条款,这种许可证比 GPL
要开明,不会扩散到使用 SIL 字体的作品上,而只要求对字体作出修改后的作品本身要以相同许可分发。
</span>
<span style="display:block;font-weight:bold;color:#000;margin:20px 0 10px 0;">IPA-1.0</span>
<span style="display:block;font-weight:normal;color:#000;margin:0px 0 0px 0;">
IPA开放字型授权条款是日本「IPA」以符合「开放原始码促进会(Open Source Initiative)」于2009年开源定义的使用条款。
</span>
<br />
</div>
<div id="fontDesc" class="col-sm-4 col-md-4">
<div class="auth-block">
<span style="font-size:20px;font-weight:bold;color:#000;">免责声明</span><br /><br /> 本文涉及对字体/字库/字库软件等的分发、使用等著作权相关法律问题的讨论。其中很多目前在法律上并无明确规定,学理上存在争议,不同国家、甚至相同法域内也存在相互冲突的判例。因此,文章内容仅代表个人观点,仅供参考,不应被作为正式的法律意见,作者不对采纳文中建议或观点所可能产生的任何责任或后果承担责任。
<br><br><br>
<p style="line-height:22px;font-weight:normal;">
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Page Content / End -->
<!-- Footer -->
<footer class="myfooter">
<div class="container">
<script src="//cdn.jsdelivr.net/gh/wordshub/free-font/js/footer.js"></script>
</div>
</footer>
<!-- Footer / End -->
</div>
<!-- Main / End -->
</div>
</body>
</html>