mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-31 16:56:18 +00:00
Add Localization CSS & Persian Font
This commit is contained in:
parent
251d42f1a6
commit
e60426bdcd
2 changed files with 12 additions and 0 deletions
|
@ -288,3 +288,8 @@ h2 {
|
||||||
transform: translateY(50px);
|
transform: translateY(50px);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Localization
|
||||||
|
|
||||||
|
@import "localization.scss";
|
7
src/assets/localization.scss
Normal file
7
src/assets/localization.scss
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
@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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue