style: remove Courier from font-family

This commit is contained in:
imlonghao 2022-01-23 18:45:42 +08:00
parent b5aaea6c2d
commit 21d46e2437
2 changed files with 5 additions and 1 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Removed
- Remove `Courier` from font-family
## [0.2.2] - 2022-01-23
### Added

View file

@ -12,7 +12,7 @@ use yaml_rust::YamlLoader;
const STYLE_HTML: &'static str = r#"<style>
code {
font-family: "SFMono-Regular", Monaco, Menlo, Consolas, "Liberation Mono", Courier, monospace;
font-family: "SFMono-Regular", Monaco, Menlo, Consolas, "Liberation Mono", monospace;
font-size: 12px;
line-height: 20px;
white-space: pre-wrap;