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

26 lines
657 B
CSS
Raw Normal View History

2024-03-12 02:22:13 +00:00
@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;
}