Skip to content

Commit

Permalink
Removes an unused font-weight
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin Dimitroff authored and erquhart committed Jul 15, 2019
1 parent f43115a commit dafe405
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions site/layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<!doctype html>
<html>
<head>
<title>Hugo with Gulp and Webpack</title>
<title>{{.Title}} | Kaldi</title>
<link rel="stylesheet" href="/css/main.css"/>

<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,800" rel="stylesheet">

<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,700" rel="stylesheet">
</head>

<body class="sans-serif">

0 comments on commit dafe405

Please sign in to comment.