mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 12:20:20 +01:00
More simple font stack
This commit is contained in:
parent
5f9f40a373
commit
84b55699e6
|
|
@ -4,8 +4,7 @@ const formats = {
|
|||
hour12: true,
|
||||
minute: "2-digit",
|
||||
} as Intl.DateTimeFormatOptions,
|
||||
systemFont:
|
||||
"-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
|
||||
systemFont: "'Segoe UI', system-ui, Roboto, 'Helvetica Neue', sans-serif",
|
||||
};
|
||||
|
||||
export default formats;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user