depot/web/barf/frontend/static/fonts/stylesheet.css

26 lines
No EOL
657 B
CSS

@font-face {
font-family: 'Franklin Gothic';
src: url('FranklinGothic-Medium.woff2') format('woff2'),
url('FranklinGothic-Medium.woff') format('woff');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Tahoma';
src: url('Tahoma.woff2') format('woff2'),
url('Tahoma.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Tahoma';
src: url('Tahoma-Bold.woff2') format('woff2'),
url('Tahoma-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}