1
0
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:
Agneev Mukherjee
2023-05-18 20:08:55 +05:30
committed by GitHub
parent 969fdf62d0
commit d867c08aae

View File

@@ -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;