Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/inter-ui-4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Jan 1, 2025
2 parents 7d21fa5 + e8dce73 commit a214888
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Bump `inter-ui` from 4.0.2 to 4.1.0 (https://github.com/aplosdev/aplos/pull/127)

- Bump `prettier` from 3.3.3 to 3.4.2 (https://github.com/aplosdev/aplos/pull/128)

#### Documentation

- Add plugins list (Using the upcoming Sencilla plugin)
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/styles/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
--font-neo-grotesque: Inter, Roboto, "Helvetica Neue", "Arial Nova",
"Nimbus Sans", Arial, sans-serif;
--font-monospace-slab-serif: "Nimbus Mono PS", "Courier New", monospace;
--font-monospace-code: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo,
Consolas, "DejaVu Sans Mono", monospace;
--font-monospace-code: ui-monospace, "Cascadia Code", "Source Code Pro",
Menlo, Consolas, "DejaVu Sans Mono", monospace;
--font-industrial: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium",
"Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
--font-rounded-sans: ui-rounded, "Hiragino Maru Gothic ProN", Quicksand,
Expand Down
4 changes: 2 additions & 2 deletions src/styles/plain/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
html,
body {
--system-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,
sans-serif;
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
sans-serif, sans-serif;
--main-mono: monospace;

@include fontSetting;
Expand Down

0 comments on commit a214888

Please sign in to comment.