2514bb79a5
В репозиторий включены css/ (f7support.css, fonts.css), img/ (иконки файлов и app.svg), fonts/, а также актуальные правки JS, PHP и info.xml с иконкой навигации.
19 lines
436 B
CSS
19 lines
436 B
CSS
/**
|
|
* 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;
|
|
}
|