Files
Maphre-PLD-2026/webfonts/muli/stylesheet.css
T
2026-06-04 12:20:40 -06:00

33 lines
758 B
CSS

@font-face {
font-family: 'Muli';
src: url('Muli-BoldItalic.woff2') format('woff2'),
url('Muli-BoldItalic.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Italic.woff2') format('woff2'),
url('Muli-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Regular.woff2') format('woff2'),
url('Muli-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Muli';
src: url('Muli-Bold.woff2') format('woff2'),
url('Muli-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}