Skip to content

Commit

Permalink
font alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy committed Dec 2, 2024
1 parent b91ab8b commit 168e8e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions assets/sass/_configuration.sass
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ $color-background: $yellow
$color-accent: $yellow
$color-text-alt: $color-text
// typography
$body-font-family: "Times Now"
$heading-font-family: "Authentic Sans"
$accent-font-family: "Authentic Sans Condensed"
$body-font-family: "Times Now", serif
$heading-font-family: "Authentic Sans", sans-serif
$accent-font-family: "Authentic Sans Condensed", sans-serif

$body-size: pxToRem(30)
$body-weight: 400
Expand Down
8 changes: 1 addition & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -523,11 +523,6 @@ get-stdin@^9.0.0:
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==

glightbox@^3:
version "3.2.0"
resolved "https://registry.yarnpkg.com/glightbox/-/glightbox-3.2.0.tgz#d460e6ffc70ba2dcc2842e0b31d51a2e03266ba2"
integrity sha512-iit1xYixqL4YVL+I2YJLfMeyJwvLi6FE6kY3qNKeZHEJgRIz80QU8Rm7YCyw1wOTgXvmNDnXGVhHOHRCwnDltQ==

glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
Expand Down Expand Up @@ -749,11 +744,10 @@ once@^1.3.0:
wrappy "1"

osuny@./themes/osuny:
version "6.1.7"
version "7.0.1"
dependencies:
cssnano "^5"
cssnano-preset-advanced "^6.0.1"
glightbox "^3"
intersection-observer "^0"
leaflet "^1"
pagefind "^1"
Expand Down

0 comments on commit 168e8e5

Please sign in to comment.