Skip to content

Commit

Permalink
style(font): 💄 change fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Liuxf committed May 16, 2024
1 parent d391400 commit 2dfed9a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<style>
body,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family:
Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
}

code {
font-family: 'Source Code Pro', 'Consolas', monospace;
}

.head_wrapper {
display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 2dfed9a

Please sign in to comment.