[doc] remove nonexistent css from theme
authorJulien Cristau <julien.cristau@logilab.fr>
Thu, 08 Jan 2015 12:22:43 +0100
changeset 10146 78f541f50369
parent 10145 f2b7c8db3563
child 10147 8b282dce25f8
[doc] remove nonexistent css from theme
doc/book/en/_themes/cubicweb/layout.html
--- a/doc/book/en/_themes/cubicweb/layout.html	Tue Jan 20 10:32:34 2015 +0100
+++ b/doc/book/en/_themes/cubicweb/layout.html	Thu Jan 08 12:22:43 2015 +0100
@@ -1,8 +1,6 @@
 {% extends "basic/layout.html" %}
 
 {%- block extrahead %}
-<link rel="stylesheet" href="{{ pathto('_static/font-nobile.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
-<link rel="stylesheet" href="{{ pathto('_static/font-neuton.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
 <!--[if lte IE 6]>
 <link rel="stylesheet" href="{{ pathto('_static/ie6.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
 <![endif]-->