30 lines
633 B
CSS
30 lines
633 B
CSS
@font-face {
|
|
font-family: 'overpass-mono';
|
|
src: url('overpass-mono-light.woff2') format('woff2'),
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'overpass-mono';
|
|
src: url('overpass-mono-regular.woff2') format('woff2'),
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'overpass-mono';
|
|
src: url('overpass-mono-semibold.woff2') format('woff2'),
|
|
font-weight: 500;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
font-family: 'overpass-mono';
|
|
src: url('overpass-mono-bold.woff2') format('woff2'),
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|