mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Remove http from font import
This commit is contained in:
parent
a0e6e0c5a4
commit
c1137f746d
@ -29,7 +29,7 @@
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>static/css/maps/main.css.map">
|
||||
|
||||
<!-- This is for sluice -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Nunito:400,700,300' rel='stylesheet' type='text/css'>
|
||||
<link href='//fonts.googleapis.com/css?family=Nunito:400,700,300' rel='stylesheet' type='text/css'>
|
||||
<script>
|
||||
window.BASE_URL = '<%= BASE_URL %>';
|
||||
window.SERVER_URL = '<%= SERVER_URL %>';
|
||||
|
Loading…
Reference in New Issue
Block a user