Skip to content

Commit 98576f5

Browse files
committed
Fixes font path
1 parent c696371 commit 98576f5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<title>Karma</title>
7-
<link href='//fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
8-
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
7+
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
98
<link rel="stylesheet" href="css/normalize.css">
10-
<!-- Add a link to your CSS file here (use the line above to guide you) -->
119
<link rel="stylesheet" href="css/style.css">
1210
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
1311
</head>

0 commit comments

Comments
 (0)