mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
feat: fonts with cyrillic support
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
@import '@fontsource-variable/geist';
|
||||
@import '@fontsource-variable/jetbrains-mono';
|
||||
@import '@fontsource-variable/jetbrains-mono/wght-italic.css';
|
||||
@import '@fontsource-variable/golos-text';
|
||||
@import '@fontsource-variable/unbounded';
|
||||
|
||||
/* ─── Catppuccin Mocha Variables ─── */
|
||||
:root,
|
||||
@@ -6441,6 +6443,16 @@ input[type="range"]:hover::-webkit-slider-thumb {
|
||||
--font-display: 'JetBrains Mono Variable', monospace;
|
||||
}
|
||||
|
||||
[data-font='golos-text'] {
|
||||
--font-sans: 'Golos Text Variable', system-ui, sans-serif;
|
||||
--font-display: 'Golos Text Variable', sans-serif;
|
||||
}
|
||||
|
||||
[data-font='unbounded'] {
|
||||
--font-sans: 'Unbounded Variable', system-ui, sans-serif;
|
||||
--font-display: 'Unbounded Variable', sans-serif;
|
||||
}
|
||||
|
||||
/* ─── Equalizer bars animation ─── */
|
||||
.eq-bar {
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user