forked from Transparency/kgroad-frontend2
10 lines
285 B
CSS
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;
|
|
}
|