mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-24 22:39:18 +01:00
fix: use ui-monospace as the default font for log viewer (#2200)
* Use ui-monospace as the default font for log body * Add SF Mono
This commit is contained in:
@@ -66,7 +66,7 @@ watch(
|
||||
<style scoped lang="scss">
|
||||
.events {
|
||||
padding: 1em 0;
|
||||
font-family: SFMono-Regular, Consolas, Liberation Mono, monaco, Menlo, monospace;
|
||||
font-family: ui-monospace, SFMono-Regular, SF Mono, Consolas, Liberation Mono, monaco, Menlo, monospace;
|
||||
|
||||
& > li {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user