mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
feat: font add ui-* and system-ui (#234)
This commit is contained in:
parent
ab456c7f6f
commit
0d13a4b2b6
1 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ pub struct CommonTheme {
|
|||
impl CommonTheme {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
font_family_base: "'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif".into(),
|
||||
font_family_monospace: "Consolas, 'Courier New', Courier, monospace".into(),
|
||||
font_family_numeric: "Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif".into(),
|
||||
font_family_base: "'Segoe UI', 'Segoe UI Web (West European)', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif".into(),
|
||||
font_family_monospace: "Consolas, ui-monospace, 'Courier New', Courier, monospace".into(),
|
||||
font_family_numeric: "Bahnschrift, 'Segoe UI', 'Segoe UI Web (West European)', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif".into(),
|
||||
|
||||
font_size_base_100: "10px".into(),
|
||||
font_size_base_200: "12px".into(),
|
||||
|
|
Loading…
Add table
Reference in a new issue