Skip to content

Commit

Permalink
build(deps): load new minified bootstrap file, remove old font #62
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
saitheninja committed May 23, 2024
1 parent 6f805e0 commit a099ce0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/report-header.sh.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
<meta name="description" content="vim out of the box">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>${report_title}</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
<link href="/css/normalize.min.css" rel="stylesheet">
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
Expand Down

0 comments on commit a099ce0

Please sign in to comment.