Skip to content
Snippets Groups Projects
Commit b64c3f0c authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

remove css material theme

parent ff078e36
Branches
Tags
No related merge requests found
...@@ -62,7 +62,6 @@ ...@@ -62,7 +62,6 @@
{% set text = config.extra.get("font", {}).text | default("Ubuntu") %} {% set text = config.extra.get("font", {}).text | default("Ubuntu") %}
{% set code = config.extra.get("font", {}).code | default("Ubuntu Mono") %} {% set code = config.extra.get("font", {}).code | default("Ubuntu Mono") %}
{% set font = text + ':400,700|' + code | replace(' ', '+') %} {% set font = text + ':400,700|' + code | replace(' ', '+') %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family={{ font }}">
<style> <style>
body, input { body, input {
font-family: '{{ text }}', Helvetica, Arial, sans-serif; font-family: '{{ text }}', Helvetica, Arial, sans-serif;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment