mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 17:08:07 +00:00
Use system font stack (#1326)
Closes https://github.com/woodpecker-ci/woodpecker/issues/1316 Applied suggestion by @silverwind
This commit is contained in:
@@ -22,6 +22,17 @@ export default defineConfig({
|
||||
},
|
||||
stroke: (theme) => theme('colors'),
|
||||
fill: (theme) => theme('colors'),
|
||||
fontFamily: [
|
||||
'system-ui',
|
||||
'-apple-system',
|
||||
'Segoe UI',
|
||||
'Roboto',
|
||||
'Helvetica Neue',
|
||||
'Noto Sans',
|
||||
'Liberation Sans',
|
||||
'Arial',
|
||||
'sans-serif',
|
||||
],
|
||||
},
|
||||
},
|
||||
plugins: [typography],
|
||||
|
Reference in New Issue
Block a user