We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e96696a + 7ae8f2e commit 4d623b7Copy full SHA for 4d623b7
2 files changed
src/ClojureFinland/css/styles.clj
@@ -5,7 +5,7 @@
5
(garden/css
6
[:body
7
{:color "#5DBE1E"
8
- :font-family ["Courier" "monospace"]
+ :font-family ["Cousine" "monospace"]
9
:background-color "#000000"
10
:font-size "14px"}]
11
src/ClojureFinland/html/page.clj
@@ -173,6 +173,8 @@
173
(when dev
174
[:meta {:http-equiv "refresh" :content 1}])
175
176
+ [:link {:href "https://fonts.googleapis.com/css2?family=Cousine&display=swap" :rel "stylesheet"}]
177
+
178
[:meta {:charset "utf-8"}]
179
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
180
(page/include-css "styles.css")]
0 commit comments