Skip to content

Commit

Permalink
switch to DM mono
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Feb 20, 2022
1 parent e376507 commit 6e668c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.url }}{{ "/feed.xml" }}" />

<!-- iA Fonts: https://github.com/iaolo/iA-Fonts -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codex-src/iA-Fonts@master/iA%20Writer%20Mono/Webfonts/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codex-src/iA-Fonts@master/iA%20Writer%20Duo/Webfonts/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/codex-src/iA-Fonts@master/iA%20Writer%20Quattro/Webfonts/index.css">

Expand Down
6 changes: 4 additions & 2 deletions _sass/base/variables.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
$fontSans: "iA Writer Quattro", "Helvetica Neue", Helvetica, Arial, sans-serif
$fontMonospace: "iA Writer Mono", "Consolas", Liberation Mono, Menlo, Courier, monospace
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap')

$fontSans: "iA Writer Quattro", "Helvetica Neue", sans-serif
$fontMonospace: "DM Mono", "Consolas", monospace

[data-theme="theme-light"]
--background: #ffffff
Expand Down

0 comments on commit 6e668c7

Please sign in to comment.