Skip to content

Commit 85a8b1c

Browse files
author
Daniel Arthur Gallagher
committed
Load font first
The font is used in the stylesheet, so it makes sense to load it first. I also corrected the ampersand in the URL.
1 parent 22d14af commit 85a8b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en-US" dir="ltr">
33
<head>
44
<title>Scriptular - Javascript Regular Expression Editor</title>
5+
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie&amp;text=Scriptular" rel="stylesheet">
56
<link href="application.css" rel="stylesheet">
6-
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie&text=Scriptular" rel="stylesheet">
77
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
88
<script src="spine.js"></script>
99
<script src="application.js"></script>

0 commit comments

Comments
 (0)