diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-22 18:04:28 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-22 18:04:28 +0200 |
| commit | 7d2faccd4f62e8ff6c2f6cc9b8b11d890a6ab974 (patch) | |
| tree | 3b4b281caa49a94d85283dcd22083c1f60bbf706 /src/components/tab_switcher | |
| parent | 779b3dc1228030740ccfbd5192bcd368b526ce56 (diff) | |
fonts support, cleanup
Diffstat (limited to 'src/components/tab_switcher')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index a90a13ed..489407cb 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -177,7 +177,7 @@ cursor: pointer; box-shadow: var(--shadow); font-size: 1em; - font-family: var(--interfaceFont, sans-serif); + font-family: var(--font); border-radius: var(--roundness); position: relative; white-space: nowrap; |
