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