From b64c3f0c6de7f084e92f92ed161fa7893b5effd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Wed, 7 Sep 2016 08:20:21 +0200 Subject: [PATCH] remove css material theme --- it4i_theme/base.html | 1 - 1 file changed, 1 deletion(-) diff --git a/it4i_theme/base.html b/it4i_theme/base.html index 194986435..5bdbe33f3 100644 --- a/it4i_theme/base.html +++ b/it4i_theme/base.html @@ -62,7 +62,6 @@ {% set text = config.extra.get("font", {}).text | default("Ubuntu") %} {% set code = config.extra.get("font", {}).code | default("Ubuntu Mono") %} {% set font = text + ':400,700|' + code | replace(' ', '+') %} - <link rel="stylesheet" href="https://fonts.googleapis.com/css?family={{ font }}"> <style> body, input { font-family: '{{ text }}', Helvetica, Arial, sans-serif; -- GitLab