Fix monospace font in Markdown code blocks
This commit is contained in:
parent
0a02ba99ed
commit
3bd9be9247
4 changed files with 7 additions and 6 deletions
|
@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Scheduled posts: fix page crashing on deleting a scheduled post.
|
- Scheduled posts: fix page crashing on deleting a scheduled post.
|
||||||
- Events: don't crash when searching for a location.
|
- Events: don't crash when searching for a location.
|
||||||
- Search: fixes an abort error when using the navbar search component.
|
- Search: fixes an abort error when using the navbar search component.
|
||||||
|
- Posts: fix monospace font in Markdown code blocks.
|
||||||
|
|
||||||
## [3.0.0] - 2022-12-25
|
## [3.0.0] - 2022-12-25
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
@import '~@fontsource/inter/600.css';
|
@import '~@fontsource/inter/600.css';
|
||||||
@import '~@fontsource/inter/700.css';
|
@import '~@fontsource/inter/700.css';
|
||||||
@import '~@fontsource/inter/900.css';
|
@import '~@fontsource/inter/900.css';
|
||||||
|
@import '~@fontsource/roboto-mono/400.css';
|
||||||
|
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
@import 'themes';
|
@import 'themes';
|
||||||
|
@ -16,7 +17,6 @@
|
||||||
@import 'accounts';
|
@import 'accounts';
|
||||||
@import 'loading';
|
@import 'loading';
|
||||||
@import 'ui';
|
@import 'ui';
|
||||||
// @import 'introduction';
|
|
||||||
@import 'emoji-picker';
|
@import 'emoji-picker';
|
||||||
@import 'rtl';
|
@import 'rtl';
|
||||||
@import 'accessibility';
|
@import 'accessibility';
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"@babel/preset-typescript": "^7.17.12",
|
"@babel/preset-typescript": "^7.17.12",
|
||||||
"@babel/runtime": "^7.18.3",
|
"@babel/runtime": "^7.18.3",
|
||||||
"@fontsource/inter": "^4.5.1",
|
"@fontsource/inter": "^4.5.1",
|
||||||
"@fontsource/roboto": "^4.5.0",
|
"@fontsource/roboto-mono": "^4.5.8",
|
||||||
"@gamestdio/websocket": "^0.3.2",
|
"@gamestdio/websocket": "^0.3.2",
|
||||||
"@jest/globals": "^29.0.0",
|
"@jest/globals": "^29.0.0",
|
||||||
"@lcdp/offline-plugin": "^5.1.0",
|
"@lcdp/offline-plugin": "^5.1.0",
|
||||||
|
|
|
@ -1404,10 +1404,10 @@
|
||||||
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.1.tgz#058d8a02354f3c78e369d452c15d33557ec1b705"
|
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.1.tgz#058d8a02354f3c78e369d452c15d33557ec1b705"
|
||||||
integrity sha512-mvtOvXNNVLlF1p/UbLgLrmz2RCOl6Ow+TqyiK10SosoLKX7edsXYiHFHb7XIZdjII6F2sJVPPsJXWhBnbXT2DQ==
|
integrity sha512-mvtOvXNNVLlF1p/UbLgLrmz2RCOl6Ow+TqyiK10SosoLKX7edsXYiHFHb7XIZdjII6F2sJVPPsJXWhBnbXT2DQ==
|
||||||
|
|
||||||
"@fontsource/roboto@^4.5.0":
|
"@fontsource/roboto-mono@^4.5.8":
|
||||||
version "4.5.0"
|
version "4.5.8"
|
||||||
resolved "https://registry.yarnpkg.com/@fontsource/roboto/-/roboto-4.5.0.tgz#d6f925668ba6af46707f1040c43aff498ba204bb"
|
resolved "https://registry.yarnpkg.com/@fontsource/roboto-mono/-/roboto-mono-4.5.8.tgz#f3a48195528b10e154c98365671de14e27605bdb"
|
||||||
integrity sha512-ja4XYw/9kNRFM5Ndk9vwzHWsdBMXczyBazFkTXJQ74QQBnT0BbSsHn0pF60AU0Iznig1Wt9x3rADfG8LANvMpw==
|
integrity sha512-AW44UkbQD0w1CT5mzDbsvhGZ6/bb0YmZzoELj6Sx8vcVEzcbYGUdt2Dtl5zqlOuYMWQFY1mniwWyVv+Bm/lVxw==
|
||||||
|
|
||||||
"@formatjs/ecma402-abstract@1.11.4":
|
"@formatjs/ecma402-abstract@1.11.4":
|
||||||
version "1.11.4"
|
version "1.11.4"
|
||||||
|
|
Loading…
Reference in a new issue