Skip to content

Commit a099ce0

Browse files
authored
build(deps): load new minified bootstrap file, remove old font #62
Problem: Not using minified version of bootstrap dep. Using wrong font. See neovim/neovim.github.io#350 Solution: Update link to bootstrap CSS file. Remove refs to old font.
1 parent 6f805e0 commit a099ce0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/report-header.sh.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
<meta name="description" content="vim out of the box">
77
<meta content="width=device-width, initial-scale=1" name="viewport">
88
<title>${report_title}</title>
9-
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
10-
<link href="/css/normalize.min.css" rel="stylesheet">
11-
<link href="/css/bootstrap.css" rel="stylesheet">
9+
<link href="/css/bootstrap.min.css" rel="stylesheet">
1210
<link href="/css/main.css" rel="stylesheet">
1311
<!--[if lt IE 9]>
1412
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>

0 commit comments

Comments
 (0)