Изменение пути к шрифтам

This commit is contained in:
Vladiysss
2026-02-02 16:03:07 +03:00
parent d88d6db6b8
commit 2bdf65964b
2 changed files with 28 additions and 4 deletions

View File

@@ -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;
}