mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 14:05:38 +03:00
Поправлена структура, разделы в подразделы до 3.3
This commit is contained in:
18
ИЭТР-тест/Develop/app/css/fonts.css
Normal file
18
ИЭТР-тест/Develop/app/css/fonts.css
Normal file
@@ -0,0 +1,18 @@
|
||||
@font-face {
|
||||
font-family: "RobotoRegular";
|
||||
src: url("../fonts/RobotoRegular/RobotoRegular.eot");
|
||||
src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
|
||||
url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
|
||||
url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "RobotoLight";
|
||||
src: url("../fonts/RobotoLight/RobotoLight.eot");
|
||||
src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
|
||||
url("../fonts/RobotoLight/RobotoLight.woff") format("woff"),
|
||||
url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user