mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-08 10:16:43 +00:00
19 lines
546 B
CSS
19 lines
546 B
CSS
@font-face {
|
|
font-family: 'Muli';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local('Muli Light'), local('Muli-Light'), url(../webfonts/Muli-Light.tff) format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Muli';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Muli Regular'), local('Muli-Regular'), url(../webfonts/Muli-Regular.tff) format('truetype');
|
|
}
|
|
@font-face {
|
|
font-family: 'Muli';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local('Muli Bold'), local('Muli-Bold'), url(../webfonts/Muli-Bold.tff) format('truetype');
|
|
}
|