|
15 | 15 |
|
16 | 16 | <style type="text/css"> |
17 | 17 |
|
| 18 | + body { |
| 19 | + padding: 2em 70px 2em 70px; |
| 20 | + } |
| 21 | + |
18 | 22 | p + p, p.mtb { |
19 | 23 | margin-top: 0.8em; |
20 | 24 | text-indent: 0px; |
|
50 | 54 |
|
51 | 55 | <h1 id=css-fonts>CSS Fonts Level 3</h1> |
52 | 56 |
|
53 | | - <h2 class="no-num no-toc" id=longstatus>Editor's Draft 20 May 2008</h2> |
| 57 | + <h2 class="no-num no-toc" id=longstatus>Editor's Draft 21 May 2008</h2> |
54 | 58 |
|
55 | 59 | <dl id=authors> |
56 | 60 | <dt>This version: |
@@ -446,7 +450,8 @@ <h3 id=font-family><span class=secno>2.1 </span>Font family: the ‘<a |
446 | 450 |
|
447 | 451 | <p>Some font formats support the use of multiple family names for different |
448 | 452 | localizations. User agents should recognize any of these names independent |
449 | | - of the underlying platform localization or system API used. |
| 453 | + of the underlying platform localization, system API used or document |
| 454 | + encoding: |
450 | 455 |
|
451 | 456 | <div class=figure><img src=localizedfamilynames.png> |
452 | 457 | <p class=caption>Localized family names</p> |
@@ -2926,12 +2931,31 @@ <h2 class=no-num id=appendix0>Appendix B: Font licensing issues</h2> |
2926 | 2931 | fonts presently to not allow web downloading of their fonts in any form. |
2927 | 2932 | Font formats often store references to the font license within the font |
2928 | 2933 | data itself. When in doubt, it's best to verify with the font designer |
2929 | | - directly. |
2930 | | - |
2931 | | - <p>Vendors that bundle fonts with their products are also strongly |
| 2934 | + directly. Vendors that bundle fonts with their products are also strongly |
2932 | 2935 | encouraged to carefully explain the license details that covers the fonts |
2933 | 2936 | they bundle. |
2934 | 2937 |
|
| 2938 | + <div class=example> |
| 2939 | + <p>An author would like to use <a |
| 2940 | + href="http://www.typography.com/fonts/font_overview.php?productLineID=100008">Gotham</a>, |
| 2941 | + a font designed by Hoefler & Frere-Jones. The <a |
| 2942 | + href="http://www.typography.com/home/eula.php">end-user license |
| 2943 | + agreement</a> that covers Gotham specifically notes that usage via |
| 2944 | + @font-face rules in CSS style sheets is not allowed by the license. The |
| 2945 | + author cannot use Gotham as a downloadable font for their web pages.</p> |
| 2946 | + </div> |
| 2947 | + |
| 2948 | + <div class=example> |
| 2949 | + <p>An author wants to use <a |
| 2950 | + href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium">Gentium</a>, |
| 2951 | + a font developed by SIL International. This font is licensed under the |
| 2952 | + terms of the <a |
| 2953 | + href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL_web">Open |
| 2954 | + Font License</a>, so as long as the author follows the relatively liberal |
| 2955 | + terms of this license, they can use Gentium as a downloadable font for |
| 2956 | + their web pages.</p> |
| 2957 | + </div> |
| 2958 | + |
2935 | 2959 | <h2 class=no-num id=references>References</h2> |
2936 | 2960 |
|
2937 | 2961 | <h3 class=no-num id=normative>Normative</h3> |
|
0 commit comments