Изменение пути к шрифтам
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto Regular";
|
||||
src: url("/home/container/client/src/fonts/roboto-regular/roboto-regular.svg") format("svg");
|
||||
src: url("/home/container/client/src/fonts/roboto-regular/roboto-regular.ttf") format("truetype");
|
||||
src: url("/home/container/client/src/fonts/roboto-regular/roboto-regular.woff") format("woff");
|
||||
src: url("/home/container/client/src/fonts/roboto-regular/roboto-regular.woff2") format("woff2");
|
||||
src: url("./fonts/roboto-regular/roboto-regular.svg") format("svg");
|
||||
src: url("./fonts/roboto-regular/roboto-regular.ttf") format("truetype");
|
||||
src: url("./fonts/roboto-regular/roboto-regular.woff") format("woff");
|
||||
src: url("./fonts/roboto-regular/roboto-regular.woff2") format("woff2");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user