Skip to content

Commit

Permalink
website: monospace type face
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorg committed Sep 23, 2024
1 parent e3f6359 commit 65d870c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ const Name = "murex"
const (
Major = 6
Minor = 3
Revision = 4246
Revision = 4247
Branch = "website"
BuildDate = "2024-09-21 20:46:20"
BuildDate = "2024-09-23 16:17:32"
)

// Copyright is the copyright owner string
Expand Down
7 changes: 7 additions & 0 deletions gen/vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ const config = {
rel: "stylesheet",
},
],
[
"link",
{
href: "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap",
rel: "stylesheet",
},
],
[
"link",
{
Expand Down
2 changes: 2 additions & 0 deletions gen/vuepress/styles/palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ $code-color: #0f600f;

// this needs to be quoted
$font-family: "Lato, sans-serif";
$vp-font-mono: "JetBrains Mono", Monospace;

// this SHOULDN'T be quoted
$font-title: Jura, sans-serif;
$font-strong: Lato, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65d870c

Please sign in to comment.