Skip to content

Commit bb09ccf

Browse files
committed
Add "&display=swap" to Google Fonts URL.
1 parent f3bdb9e commit bb09ccf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/layouts/partials/header.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,9 @@
5151
<meta property="fb:app_id" content="422535981632483" />
5252

5353
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">
54+
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap" rel="stylesheet">
5455
<style type="text/css">
5556
/* derived from https://github.com/fsprojects/SQLProvider/blob/gh-pages/content/style.css */
56-
57-
@import url(https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Sans+Mono|Open+Sans:400,600,700);
58-
5957
pre {
6058
word-wrap: inherit;
6159
}

0 commit comments

Comments
 (0)