mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
add mono fonts
This commit is contained in:
parent
c90a547ec9
commit
7d92fade91
@ -25,6 +25,16 @@ module.exports = {
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['"Inter"', "sans-serif"],
|
||||
mono: [
|
||||
"ui-monospace",
|
||||
"SFMono-Regular",
|
||||
"Menlo",
|
||||
"Monaco",
|
||||
"Consolas",
|
||||
'"Liberation Mono"',
|
||||
'"Courier New"',
|
||||
"monospace",
|
||||
],
|
||||
},
|
||||
extend: {
|
||||
animation: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user