mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-14 08:38:00 +00:00
Feat: Apply Nata/Noto Sans to UI/sidebars
This commit is contained in:
@@ -9,7 +9,7 @@ html,body{overscroll-behavior-y:contain}
|
|||||||
#htmlEditor,#extensionHtmlEditor,#jsonSchemaEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;}
|
#htmlEditor,#extensionHtmlEditor,#jsonSchemaEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;}
|
||||||
:not(pre)>code{font-size:85%;padding:.2em .4em;margin:0;border-radius:6px;background-color:rgba(175,184,193,0.2)}
|
:not(pre)>code{font-size:85%;padding:.2em .4em;margin:0;border-radius:6px;background-color:rgba(175,184,193,0.2)}
|
||||||
|
|
||||||
/* UI + sidebars use Poppins (chat markdown keeps default) */
|
/* UI + sidebars use Nata Sans via Noto Sans fallback; markdown keeps default */
|
||||||
body,
|
body,
|
||||||
#topbar,
|
#topbar,
|
||||||
#footer,
|
#footer,
|
||||||
@@ -26,6 +26,6 @@ body,
|
|||||||
button,
|
button,
|
||||||
input,
|
input,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea{
|
||||||
font-family:'Poppins',system-ui,-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif;
|
font-family:'Noto Sans','Nata Sans',system-ui,-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI',sans-serif;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user