Добавить статику приложения и синхронизировать с production.
В репозиторий включены css/ (f7support.css, fonts.css), img/ (иконки файлов и app.svg), fonts/, а также актуальные правки JS, PHP и info.xml с иконкой навигации.
This commit is contained in:
+1586
-2
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user