mirror of
https://github.com/CTalvio/Ultrachromic
synced 2026-01-15 05:42:54 -03:00
9 lines
251 B
CSS
9 lines
251 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap'); body, h1, h2, h3, h4 {
|
|
font-family: 'Plus Jakarta Sans', sans-serif;
|
|
}
|
|
|
|
.emby-textarea {
|
|
font-family: monospace;
|
|
font-size: 10pt;
|
|
}
|