Skip to content

Commit bbd4f66

Browse files
authored
Merge pull request #512 from limzykenneth/master
Fix reference page font to Montserrat
2 parents 941af3d + 4811b52 commit bbd4f66

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/templates/pages/reference/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="p5.js a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing.">
88
<title tabindex="1">reference | p5.js</title>
99
<link rel="stylesheet" href="/../assets/css/all.css">
10-
<script src="//fast.fonts.net/jsapi/5ace315e-3b19-4568-9e85-5bfcb29004c0.js"></script>
10+
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
1111

1212
<link rel="shortcut icon" href="/../assets/img/favicon.ico">
1313
<link rel="icon" href="/../assets/img/favicon.ico">
@@ -53,7 +53,7 @@
5353
<body>
5454

5555
<a href="#content" class="sr-only">Skip to content</a>
56-
56+
5757
<!-- p5*js language buttons -->
5858
<div id="i18n-btn">
5959
<h2 id="i18n-settings" class="sr-only">Language Settings</h2>
@@ -80,11 +80,11 @@ <h2 id="i18n-settings" class="sr-only">Language Settings</h2>
8080
</header>
8181
<!-- close logo -->
8282

83-
83+
8484

8585
<div id="reference-page">
8686

87-
87+
8888
<!-- site navigation -->
8989
<div class="column-span">
9090
<nav>
@@ -121,10 +121,10 @@ <h1>Reference</h1>
121121

122122
</main>
123123

124-
124+
125125
<footer>
126126
<h2 class="sr-only">Credits</h2>
127-
<p> p5.js was created by <a href='http://lauren-mccarthy.com' target="_blank">Lauren McCarthy</a> and is developed by a community of collaborators, with support from the <a href="http://processing.org/foundation/" target="_blank">Processing Foundation</a> and
127+
<p> p5.js was created by <a href='http://lauren-mccarthy.com' target="_blank">Lauren McCarthy</a> and is developed by a community of collaborators, with support from the <a href="http://processing.org/foundation/" target="_blank">Processing Foundation</a> and
128128
<a href="http://itp.nyu.edu/itp/" target="_blank">NYU ITP</a>. Identity and graphic design by <a href="http://jereljohnson.com/" target="_blank">Jerel Johnson</a>. <a href="/copyright.html">&copy; Info.</a></p>
129129
</footer>
130130

@@ -227,11 +227,11 @@ <h2 class="sr-only">Credits</h2>
227227
}
228228
</script>
229229

230-
230+
231231
<!-- outside of column for footer to go across both -->
232-
232+
233233
<p class="clearfix"> &nbsp; </p>
234-
234+
235235
<object type="image/svg+xml" data="../assets/img/thick-asterisk-alone.svg" id="asterisk-design-element" aria-hidden="true">
236236
*<!-- to do: add fallback image in CSS -->
237237
</object>
@@ -241,7 +241,7 @@ <h2 class="sr-only">Credits</h2>
241241

242242
</div> <!-- close class='container'-->
243243

244-
244+
245245
<nav id="family" aria-labelledby="processing-sites-heading">
246246
<h2 id="processing-sites-heading" class="sr-only">Processing Sister Sites</h2>
247247
<ul id="processing-sites" aria-labelledby="processing-sites-heading">
@@ -252,7 +252,7 @@ <h2 id="processing-sites-heading" class="sr-only">Processing Sister Sites</h2>
252252
<li><a href="http://pi.processing.org/">Processing for Pi</a></li>
253253
<li><a href="https://processingfoundation.org/">Processing Foundation</a></li>
254254
</ul>
255-
255+
256256
<!-- <p class="right">
257257
</p> -->
258258
</nav>

0 commit comments

Comments
 (0)