mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
7 lines
313 B
CSS
7 lines
313 B
CSS
|
|
:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Serif"]) {
|
|
* {font-family: serif !important;}
|
|
}
|
|
:root:has(#theme-Custom-uiFont[theme-custom_uifont-default="Custom"]) {
|
|
* {font-family: var(--theme-custom_uifont-custom) !important; text-shadow: var(--theme-custom_uifont-shadow) !important;}
|
|
}
|