kgroad-frontend2/src/shared/fonts/TildaSans-Semibold/TildaSans-Semibold.css
Vladislav Khorev e0e2f5470d renamed folders
2024-02-14 08:04:02 +00:00

10 lines
285 B
CSS

@font-face {
font-family: "Tilda Sans";
src: url("TildaSans-Semibold.eot");
src: url("TildaSans-Semibold.eot?#iefix")
format("embedded-opentype"),
url("TildaSans-Semibold.woff2") format("woff2"),
url("TildaSans-Semibold.woff") format("woff");
font-weight: 600;
}