Skip to content

Commit da3d8a0

Browse files
author
Daniel Arthur Gallagher
committed
Only requesting the required characters from Google for the heading's font.
1 parent 1920387 commit da3d8a0

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
@@ -3,7 +3,7 @@
33
<head>
44
<title>Scriptular - Javascript Regular Expression Editor</title>
55
<link rel="stylesheet" type="text/css" href="application.css">
6-
<link href="https://fonts.googleapis.com/css?family=Reenie+Beanie" rel="stylesheet" type="text/css">
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" type="text/javascript"></script>
88
<script src="spine.js" type="text/javascript"></script>
99
<script src="application.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)