Skip to content

Commit fb90476

Browse files
committed
update css url
1 parent 5762f49 commit fb90476

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

templates/share_layout/base.html

+6-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222
<script src="{% static 'blog/js/html5.js' %}" type="text/javascript"></script>
2323
<![endif]-->
2424

25-
<link rel='dns-prefetch' href='//fonts.googleapis.com'/>
2625
<link rel="alternate" type="application/rss+xml" title="{{ SITE_NAME }} &raquo; Feed"
2726
href="{{ SITE_BASE_URL }}feed"/>
2827

29-
<link rel='stylesheet' id='twentytwelve-fonts-css'
30-
href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700&#038;subset=latin,latin-ext'
28+
29+
30+
31+
<link rel='stylesheet' id='twentytwelve-fonts-css'
32+
href='https://resource.lylinux.net/statics/fonts/fonts.css'
3133
type='text/css' media='all'/>
3234
{% compress css %}
3335
<link rel='stylesheet' id='twentytwelve-style-css' href='{% static 'blog/css/style.css' %}' type='text/css'
@@ -85,4 +87,4 @@ <h2 class="site-description">{{ SITE_DESCRIPTION }}</h2>
8587
{% block footer %}
8688
{% endblock %}
8789
</footer>
88-
</html>
90+
</html>

0 commit comments

Comments
 (0)