Skip to content

Commit d2eb460

Browse files
committed
Replaced google-served fonts with self-hosted ones.
- Legacy-Id: 9485
1 parent b91c65e commit d2eb460

111 files changed

Lines changed: 14569 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ ietfdb (5.13.1) ietf; urgency=medium
4949
* Fixed style attributes which resulted in red text on red background for
5050
some error messages
5151

52-
* Buildbot changes: Separated out the schedulers for trunk, personal/* and
53-
branch/*. Corrected regex patterns which extract unittest details. Added
52+
* Buildbot changes: Separated out the schedulers for trunk, personal/ * and
53+
branch/ *. Corrected regex patterns which extract unittest details. Added
5454
a first tentative email notifier. Added ForceSchedulers, in order to be
5555
able to force builds.
5656

ietf/templates/base.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<title>{% block title %}No title{% endblock %}</title>
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

9-
<link href='http://fonts.googleapis.com/css?family=PT+Sans|PT+Mono|PT+Serif:400,700,400italic,700italic|PT+Sans+Caption&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
9+
<link href="/fonts/PTMono/styleheet.css" rel='stylesheet' type='text/css'>
10+
<link href="/fonts/PTSans/styleheet.css" rel='stylesheet' type='text/css'>
11+
<link href="/fonts/PTSerif/styleheet.css" rel='stylesheet' type='text/css'>
1012
<!-- Halloween
1113
<link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|IM+Fell+DW+Pica:400,400italic|Nova+Mono|IM+Fell+English:400,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'>
1214
-->

ietf/templates/release/about.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ <h2>Version 6.0.0: Facelift using Bootstrap</h2>
7777
(<a href="http://www.identifont.com/show?2G32">PT Serif</a> for body text,
7878
<a href="http://www.identifont.com/show?2G2G">PT Sans Caption</a> for headers,
7979
<a href="http://www.identifont.com/show?2G2F">PT Sans</a> for menus,
80-
and PT Mono for monospaced documents), served by
81-
<a href="https://www.google.com/fonts">Google Fonts</a>. (Even if PT Sans Caption was
80+
and PT Mono for monospaced documents). (Even if PT Sans Caption was
8281
created as a 'Caption' (6-8pt) <a href="http://en.wikipedia.org/wiki/Font#Optical_size">
8382
optical size</a> font to go with PT Sans, it works well for headers when paired with PT Serif.)
8483

static/fonts/PTMono/Demo.html

Lines changed: 134 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Copyright (c) 2009, ParaType Ltd. All Rights Reserved.
2+
3+
LICENSING AGREEMENT
4+
for the fonts with Original Name: PT Sans, PT Serif, PT Mono.
5+
Version 1.3 - January 20, 2012
6+
7+
GRANT OF LICENSE
8+
ParaType Ltd grants you the right to use, copy, modify the fonts and distribute
9+
modified and unmodified copies of the fonts by any means, including placing
10+
on Web servers for free downloading, embedding in documents and Web pages,
11+
bundling with commercial and non commercial products, if it does not conflict
12+
with the conditions listed below:
13+
14+
- You may bundle the font with commercial software, but you may not sell the
15+
fonts by themselves. They are free.
16+
17+
- You may distribute the fonts in modified or unmodified version only together
18+
with this Licensing Agreement and with above copyright notice. You have no
19+
right to modify the text of Licensing Agreement. It can be placed in a separate
20+
text file or inserted into the font file, but it must be easily viewed by users.
21+
22+
- You may not distribute modified version of the font under the Original name
23+
or � combination of Original name with any other words without explicit written
24+
permission from ParaType.
25+
26+
TERMINATION & TERRITORY
27+
This license has no limits on time and territory, but it becomes null and void
28+
if any of the above conditions are not met.
29+
30+
DISCLAIMER
31+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
32+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
33+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
34+
PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK,
35+
OR OTHER RIGHT. IN NO EVENT SHALL PARATYPE BE LIABLE FOR ANY
36+
CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL,
37+
INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN
38+
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
39+
OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
40+
DEALINGS IN THE FONT SOFTWARE.
41+
42+
ParaType Ltd
43+
http://www.paratype.ru
44+
4.97 KB
Binary file not shown.

static/fonts/PTMono/PTM55F_W.eot

83.6 KB
Binary file not shown.

static/fonts/PTMono/PTM55F_W.svg

Lines changed: 798 additions & 0 deletions
Loading

static/fonts/PTMono/PTM55F_W.ttf

176 KB
Binary file not shown.

static/fonts/PTMono/PTM55F_W.woff

95.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)