This file is indexed.

/usr/share/doc/fonts-sil-gentiumplus/web/GentiumPlus-webfont-example.html is in fonts-sil-gentiumplus 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
<html>
<!--
GentiumPlus-webfont-example.html
Gentium Plus v5.000
14 Oct 2014
This file is part of Gentium Plus font family (http://scripts.sil.org/Gentium)
and is Copyright (c) 2003-2014 SIL International (http://www.sil.org/),
with Reserved Font Names "Gentium" 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="GentiumPlus-webfont-example.css" type="text/css">
</head>
<body>
<div style="font-size: 150%;">
	
<h1>Using Gentium Plus webfonts</h1>

<p>The page demonstrates how to use the WOFF version of Gentium Plus 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 Gentium Plus 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. <em>Here is some italic</em> 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>