Add the Muti Italic font

This commit is contained in:
gregoirenovel 2018-02-28 15:19:14 +01:00
parent ccf043d755
commit 1e59294c84
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View file

@ -11,3 +11,10 @@
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Muli";
src: asset-url("Muli-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
}