mm.site/public/fonts/stylesheet.css

55 lines
1.4 KiB
CSS

@font-face {
font-family: 'Theinhardt';
src: url('Theinhardt-Light.woff2') format('woff2'),
url('Theinhardt-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Theinhardt';
src: url('Theinhardt-LightIta.woff2') format('woff2'),
url('Theinhardt-LightIta.woff') format('woff');
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Theinhardt';
src: url('Theinhardt-Medium.woff2') format('woff2'),
url('Theinhardt-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Theinhardt';
src: url('Theinhardt-RegularIta.woff2') format('woff2'),
url('Theinhardt-RegularIta.woff') format('woff');
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: 'Theinhardt';
src: url('Theinhardt-Regular.woff2') format('woff2'),
url('Theinhardt-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Theinhardt';
src: url('Theinhardt-MediumIta.woff2') format('woff2'),
url('Theinhardt-MediumIta.woff') format('woff');
font-weight: 500;
font-style: italic;
font-display: swap;
}