2021-06-09 16:54:24 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'worksans-medium';
|
|
|
|
src: url('../fonts/WorkSans-Medium.woff') format('woff');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: 'worksans-mediumitalic';
|
|
|
|
src: url('../fonts/WorkSans-MediumItalic.woff') format('woff');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin font-worksans-medium {
|
|
|
|
font-face: worksans-medium, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
|
font-weight: normal;
|
2021-11-19 15:49:12 +01:00
|
|
|
}
|
2021-06-09 16:54:24 +02:00
|
|
|
@mixin font-worksans-mediumitalic {
|
|
|
|
font-face: worksans-mediumitalic, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
|
|
font-weight: normal;
|
2021-11-19 15:49:12 +01:00
|
|
|
}
|