2017-04-04 14:37:50 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: "Muli";
|
|
|
|
src: asset-url("Muli-Regular.woff") format("woff");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Muli";
|
|
|
|
src: asset-url("Muli-Bold.woff") format("woff");
|
|
|
|
font-weight: bold;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2018-02-28 15:19:14 +01:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Muli";
|
|
|
|
src: asset-url("Muli-Italic.woff") format("woff");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|