Skip to content

Commit

Permalink
404 Error page added missed Open Sans font from google font CDN like …
Browse files Browse the repository at this point in the history
…jquery
  • Loading branch information
arturmamedov committed Mar 29, 2019
1 parent bec2e9d commit 4781d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta content="width=device-width, initial-scale=1" name="viewport">

<style>
@import url(https://fonts.googleapis.com/css?family=opensans:500);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
background: #3FB8AF;
color: #FFFFFF;
Expand Down

0 comments on commit 4781d78

Please sign in to comment.