Files
git-numerimondes-com/assets/css/custom-fonts.css
numerimondes f92e0dcbbe first commit
2025-12-08 20:22:16 +01:00

15 lines
490 B
CSS

@font-face {
font-family: 'SportingGrotesque';
src: url('../fonts/SportingGrotesque-Regular.html') format('woff2'),
url('../fonts/SportingGrotesque-Regular-2.html') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'SportingGrotesque';
src: url('../fonts/SportingGrotesque-Bold.html') format('woff2'),
url('../fonts/SportingGrotesque-Bold-2.html') format('woff');
font-weight: 700;
font-style: normal;
}