mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
style: remove Courier from font-family
This commit is contained in:
parent
b5aaea6c2d
commit
21d46e2437
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue