We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a71b0 commit 0bfe133Copy full SHA for 0bfe133
remote.html
@@ -14,13 +14,19 @@
14
rel="stylesheet"
15
type="text/css"
16
href="css/roboto.css"
17
- onerror="this.onerror=null;this.href='fonts/roboto.css';"
+ onerror="
18
+ this.onerror = null;
19
+ this.href = 'fonts/roboto.css';
20
+ "
21
/>
22
<link
23
24
25
href="css/font-awesome.css"
- onerror="this.onerror=null;this.href='vendor/css/font-awesome.css';"
26
27
28
+ this.href = 'vendor/css/font-awesome.css';
29
30
31
32
0 commit comments