demarches-normaliennes/app/assets/stylesheets/new_design/fonts.scss
2018-02-28 18:09:20 +01:00

20 lines
407 B
SCSS

@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;
}
@font-face {
font-family: "Muli";
src: asset-url("Muli-Italic.woff") format("woff");
font-weight: normal;
font-style: italic;
}