Skip to content

Commit b476d77

Browse files
dantezhuluizdepra
andauthored
SFMono-Regular is not recognized by Firefox, uses the standard name "SF Mono" (#990)
### Prerequisites Put an `x` into the box(es) that apply: - [x] This pull request fixes a bug. - [ ] This pull request adds a feature. - [ ] This pull request introduces breaking change. ### Description SFMono-Regular is not recognized by Firefox, uses the standard name "SF Mono". ### Issues Resolved List any existing issues this pull request resolves. ### Checklist Put an `x` into the box(es) that apply: #### General - [x] Describe what changes are being made - [x] Explain why and how the changes were necessary and implemented respectively - [x] Reference issue with `#<ISSUE_NO>` if applicable #### Resources - [x] If you have changed any SCSS code, run `make release` to regenerate all CSS files #### Contributors - [x] Add yourself to `CONTRIBUTORS.md` if you aren't on it already --------- Co-authored-by: Luiz F. A. de Prá <luizdepra@users.noreply.github.com>
1 parent a3d7d40 commit b476d77

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,5 @@
148148
- [Matt Ellery](https://github.com/matt-ellery)
149149
- [Daniel Olshansky](https://github.com/olshansk)
150150
- [Gregor Podjed](https://github.com/gragorther)
151+
- [dantezhu](https://github.com/dantezhu)
151152
- [Alexander Lazarević](https://e11bits.com)

assets/scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ STXihei,"华文细黑",
1515
SimSun,"宋体",
1616
Heiti,"黑体",
1717
sans-serif;
18-
$code-font-family: SFMono-Regular,
18+
$code-font-family: "SF Mono",
1919
Consolas,
2020
Liberation Mono,
2121
Menlo,

resources/_gen/assets/scss/coder.scss_3309bf5eef245954e39c3edadcf84268.content

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"Target":"css/coder.min.6445a802b9389c9660e1b07b724dcf5718b1065ed2d71b4eeaf981cc7cc5fc46.css","MediaType":"text/css","Data":{"Integrity":"sha256-ZEWoArk4nJZg4bB7ck3PVxixBl7S1xtO6vmBzHzF/EY="}}
1+
{"Target":"css/coder.min.f6b1b35a7b02521b25338f6cf58975f9980a6c12847763fe35a48307758cd1e7.css","MediaType":"text/css","Data":{"Integrity":"sha256-9rGzWnsCUhslM49s9Yl1+ZgKbBKEd2P+NaSDB3WM0ec="}}

0 commit comments

Comments
 (0)