Добавить статику приложения и синхронизировать с production.

В репозиторий включены css/ (f7support.css, fonts.css), img/ (иконки файлов и app.svg), fonts/, а также актуальные правки JS, PHP и info.xml с иконкой навигации.
This commit is contained in:
root
2026-05-20 14:47:57 +03:00
parent d0878f2b05
commit 2514bb79a5
18 changed files with 2838 additions and 565 deletions
+1586 -2
View File
File diff suppressed because it is too large Load Diff
+18
View File
@@ -0,0 +1,18 @@
/**
* Raleway — те же файлы, что в themes/forbion/fonts/ (raleway-medium = 500, ralewayt = 600).
*/
@font-face {
font-family: "Raleway";
src: url("../fonts/raleway-medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Raleway";
src: url("../fonts/ralewayt.ttf") format("truetype");
font-weight: 600;
font-style: normal;
font-display: swap;
}