Import theme

This commit is contained in:
DuN0z 2025-10-09 10:23:36 +02:00
parent 51769fa6be
commit c59ffbfeee
127 changed files with 13611 additions and 1 deletions

View file

@ -0,0 +1,18 @@
@use 'modules/config' as conf;
@charset "UTF-8";
* {
font-family: inherit;
}
body {
@include conf.ltr {
font-family: 'PingHei', 'PingFang SC', 'Helvetica Neue', 'Work Sans', 'Hiragino Sans GB', sans-serif;
font-size: 1.6rem;
}
@include conf.rtl {
font-family: 'Tajawal', sans-serif;
font-size: 1.5rem;
}
}