demarches-normaliennes/app/assets/stylesheets/new_design/fonts.scss

14 lines
270 B
SCSS
Raw Normal View History

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;
}