Skip to content

Commit

Permalink
Use IBM Plex Sans font (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvandijk authored and tangjeff0 committed May 30, 2020
1 parent fa49b16 commit b8f20d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/public/cards.html
Expand Up @@ -4,6 +4,7 @@
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Athens Cards</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/cljs/athens/devcards/style_guide.cljs
Expand Up @@ -50,7 +50,7 @@
(defn main-css
[]
[:style (css
[:* {:font-family "Serif"}]
[:* {:font-family "IBM Plex Sans"}]
[:h1 {:font-size "50px"
:font-weight 600
:line-height "65px"}]
Expand Down

0 comments on commit b8f20d8

Please sign in to comment.