Skip to content

Commit 48753a6

Browse files
committed
Updated index.html
1 parent dab305b commit 48753a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,20 @@
88
<link
99
href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"
1010
rel="preload"
11-
as="style"
12-
onload="this.onload=null;this.rel='stylesheet'"
11+
media="print"
12+
onload="this.media='all'; this.onload=null;"
1313
/>
1414
<link
1515
href="//fonts.googleapis.com/css?family=Titillium+Web:700|Source+Serif+Pro:400,700|Merriweather+Sans:400,700|Source+Sans+Pro:400,300,600,700,300italic,400italic,600italic,700italic"
1616
rel="preload"
17-
as="style"
18-
onload="this.onload=null;this.rel='stylesheet'"
17+
media="print"
18+
onload="this.media='all'; this.onload=null;"
1919
/>
2020
<link
2121
href="//demo.productionready.io/main.css"
2222
rel="stylesheet"
2323
type="text/css"
24+
media="all"
2425
/>
2526
</head>
2627

0 commit comments

Comments
 (0)