Skip to content

Instantly share code, notes, and snippets.

@c0nstantine
Created April 21, 2017 19:45
Show Gist options
  • Save c0nstantine/19a2f68210e793006ffe7cc95c0fa898 to your computer and use it in GitHub Desktop.
Save c0nstantine/19a2f68210e793006ffe7cc95c0fa898 to your computer and use it in GitHub Desktop.
diff --git a/engine/runner/templates/dashboard/new_design_tool.html b/engine/runner/templates/dashboard/new_design_tool.html
index c1a70bd..030847f 100644
--- a/engine/runner/templates/dashboard/new_design_tool.html
+++ b/engine/runner/templates/dashboard/new_design_tool.html
@@ -3,10 +3,12 @@
{% block title %}
{{ site_name }} - dashboard
{% endblock %}
+
+{% block styles %}
+ <link href="https://fonts.googleapis.com/icon?family=Material+Icons|Roboto:300,400,500|Roboto+Mono" rel="stylesheet" />
+{% endblock %}
+
{% block body %}
-<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
-<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
-<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<style>
body {
background-color: #fafafa;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment