mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 19:04:43 +00:00
9 lines
355 B
CSS
9 lines
355 B
CSS
@font-face {
|
|
font-family: 'Stapel';
|
|
src: local('Stapel Semi Expanded Bold'), local('Stapel-Semi-Expanded-Bold'),
|
|
url('Stapel-SemiExpandedBold.woff2') format('woff2'),
|
|
url('Stapel-SemiExpandedBold.woff') format('woff'),
|
|
url('Stapel-SemiExpandedBold.ttf') format('truetype');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
} |