mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +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">
|
<link rel="stylesheet" href="<%= BASE_URL %>static/css/maps/main.css.map">
|
||||||
|
|
||||||
<!-- This is for sluice -->
|
<!-- 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>
|
<script>
|
||||||
window.BASE_URL = '<%= BASE_URL %>';
|
window.BASE_URL = '<%= BASE_URL %>';
|
||||||
window.SERVER_URL = '<%= SERVER_URL %>';
|
window.SERVER_URL = '<%= SERVER_URL %>';
|
||||||
|
Loading…
Reference in New Issue
Block a user