2021-07-12 20:14:39 +00:00
|
|
|
module.exports = {
|
|
|
|
theme: {
|
|
|
|
fontFamily: {
|
|
|
|
display: [
|
2021-09-15 17:21:04 +00:00
|
|
|
"Spectral", "Constantia", "Lucida Bright", "Lucidabright", "Lucida Serif", "Lucida", "DejaVu Serif", "Bitstream Vera Serif",
|
|
|
|
"Liberation Serif", "Georgia", "serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
|
2021-07-12 20:14:39 +00:00
|
|
|
"Noto Color Emoji"
|
|
|
|
],
|
|
|
|
body: [
|
2021-09-16 19:01:50 +00:00
|
|
|
"JetBrains Mono", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
|
|
|
|
"Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", "Apple Color Emoji", "Segoe UI Emoji",
|
|
|
|
"Segoe UI Symbol", "Noto Color Emoji"
|
2021-07-12 20:14:39 +00:00
|
|
|
],
|
2021-09-15 17:21:04 +00:00
|
|
|
mono: [
|
2021-09-16 19:01:50 +00:00
|
|
|
"JetBrains Mono", "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono",
|
2021-09-15 17:21:04 +00:00
|
|
|
"Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", "Apple Color Emoji", "Segoe UI Emoji",
|
|
|
|
"Segoe UI Symbol", "Noto Color Emoji"
|
|
|
|
],
|
2021-07-12 20:14:39 +00:00
|
|
|
},
|
|
|
|
extend: {
|
2021-09-17 16:33:10 +00:00
|
|
|
|
|
|
|
},
|
2021-07-12 20:14:39 +00:00
|
|
|
},
|
2021-09-17 16:33:10 +00:00
|
|
|
|
2021-07-12 20:14:39 +00:00
|
|
|
variants: {
|
|
|
|
},
|
2021-09-17 16:33:10 +00:00
|
|
|
|
2021-07-12 20:14:39 +00:00
|
|
|
purge: [
|
2021-07-12 20:50:51 +00:00
|
|
|
"../server/templates/**/*.hbs"
|
2021-07-12 20:14:39 +00:00
|
|
|
]
|
|
|
|
}
|