15 lines
490 B
CSS
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;
|
|
}
|