Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use IBM Plex Sans font #107

Merged
merged 1 commit into from May 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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