mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
7 lines
328 B
SCSS
7 lines
328 B
SCSS
|
@import url('http://fonts.cdnfonts.com/css/iranian-sans');
|
||
|
|
||
|
html[lang='fa'] {
|
||
|
#app {
|
||
|
font-family: 'Iranian Sans', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
|
||
|
}
|
||
|
}
|