mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 17:46:41 -05:00
Custom font selection (#226)
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
@apply w-full h-full overflow-hidden text-text bg-surface;
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Must default these variables or the default will break */
|
||||
--font-family-interface: '';
|
||||
--font-family-editor: '';
|
||||
}
|
||||
|
||||
/* Never show ligatures */
|
||||
:root {
|
||||
font-variant-ligatures: none;
|
||||
|
||||
Reference in New Issue
Block a user