/usr/share/doc/fonts-sil-charis/web/CharisSIL-webfont-example.html is in fonts-sil-charis 5.000-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <html>
<!--
CharisSIL-webfont-example.html
Charis SIL v5.000
14 Oct 2014
This file is part of Charis SIL font family (http://scripts.sil.org/CharisSILfont)
and is Copyright (c) 1994-2014 SIL International (http://www.sil.org/),
with Reserved Font Names "Charis" and "SIL". This Font Software is licensed
under the SIL Open Font License, Version 1.1. You should have received a copy
of the license along with this Font Software. If this is not the case, go to
(http://scripts.sil.org/OFL) for all the details including a FAQ.
-->
<head>
<link rel="stylesheet" href="CharisSIL-webfont-example.css" type="text/css">
</head>
<body>
<div style="font-size: 150%;">
<h1>Using Charis SIL webfonts</h1>
<p>The page demonstrates how to use the WOFF version of Charis SIL for web pages, using local copies of the .woff files in this archive. For more information on this technique
- and how to use the normal TrueType version as a web font - see <a href="http://scripts.sil.org/using_web_fonts">Using SIL Fonts on Web Pages</a>.</p>
<p>The body of this document is styled using an external stylesheet, with Charis SIL set as the default font, and loaded directly as a WOFF file using the @font-face rule.
If you're seeing a serif font here then it is working. Otherwise the text will be in a sans-serif or your browser default. <i>Here is some italic, </i><b>some bold text,
<i>some bold italic</i></b> and back to regular. This technique should work only in Firefox 3.6+, Chrome 6, the IE9 beta, and in development versions of Safari.</p>
<p>To see specifically how these techniques are specified in the CSS and HTML view the source to this page and the accompanying CSS file.</p>
</body>
</html>
|