Skip to content

Commit 4d623b7

Browse files
authored
Merge pull request #13 from tonivanhala/style/change-font
style(font): use Cousine for better readability
2 parents e96696a + 7ae8f2e commit 4d623b7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/ClojureFinland/css/styles.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
(garden/css
66
[:body
77
{:color "#5DBE1E"
8-
:font-family ["Courier" "monospace"]
8+
:font-family ["Cousine" "monospace"]
99
:background-color "#000000"
1010
:font-size "14px"}]
1111

src/ClojureFinland/html/page.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@
173173
(when dev
174174
[:meta {:http-equiv "refresh" :content 1}])
175175

176+
[:link {:href "https://fonts.googleapis.com/css2?family=Cousine&display=swap" :rel "stylesheet"}]
177+
176178
[:meta {:charset "utf-8"}]
177179
[:meta {:name "viewport" :content "width=device-width, initial-scale=1"}]
178180
(page/include-css "styles.css")]

0 commit comments

Comments
 (0)