Skip to content

Commit 0051b91

Browse files
jessetanBlendify
authored andcommitted
Change Lato font to webfont (version 2.015) (readthedocs#639)
* Change Lato font to webfont version 2.015 * Fix missing eot, woff and woff2 statement for Lato regular * Remove reference to non-existing SVG font
1 parent 9fdadd5 commit 0051b91

20 files changed

+19
-25
lines changed

Gruntfile.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ module.exports = function(grunt) {
3535
{
3636
expand: true,
3737
flatten: true,
38-
src: ['bower_components/lato-googlefont/Lato-Regular.ttf',
39-
'bower_components/lato-googlefont/Lato-Italic.ttf',
40-
'bower_components/lato-googlefont/Lato-Bold.ttf',
41-
'bower_components/lato-googlefont/Lato-BoldItalic.ttf'],
42-
dest: 'sphinx_rtd_theme/static/fonts/',
38+
src: ['fonts/Lato/*'],
39+
dest: 'sphinx_rtd_theme/static/fonts/Lato',
4340
filter: 'isFile'
4441
},
4542
{

OFL-License.txt

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
1-
sphinx_rtd_theme/static/fonts/Lato-Bold.ttf
2-
sphinx_rtd_theme/static/fonts/Lato-Regular.ttf
1+
sphinx_rtd_theme/static/fonts/Lato/*
32

4-
5-
6-
Copyright (c) <dates>, <Copyright Holder> (<URL|email>),
7-
with Reserved Font Name <Reserved Font Name>.
8-
Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>),
9-
with Reserved Font Name <additional Reserved Font Name>.
10-
Copyright (c) <dates>, <additional Copyright Holder> (<URL|email>).
3+
Copyright (c) 2010-2015, Łukasz Dziedzic ([email protected]),
4+
with Reserved Font Name Lato.
115

126
This Font Software is licensed under the SIL Open Font License, Version 1.1.
137
This license is copied below, and is also available with a FAQ at:

bower.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"wyrm": "~1.0.x"
3030
},
3131
"dependencies": {
32-
"lato-googlefont": "*",
3332
"font-awesome": "~4.7"
3433
},
3534
"resolutions": {

fonts/Lato/lato-bold.eot

250 KB
Binary file not shown.

fonts/Lato/lato-bold.ttf

587 KB
Binary file not shown.

fonts/Lato/lato-bold.woff

302 KB
Binary file not shown.

fonts/Lato/lato-bold.woff2

181 KB
Binary file not shown.

fonts/Lato/lato-bolditalic.eot

260 KB
Binary file not shown.

fonts/Lato/lato-bolditalic.ttf

608 KB
Binary file not shown.

fonts/Lato/lato-bolditalic.woff

316 KB
Binary file not shown.

0 commit comments

Comments
 (0)