mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 17:40:04 +01:00
15 lines
417 B
SCSS
15 lines
417 B
SCSS
@font-face {
|
|
font-family: 'PT Mono';
|
|
src: local('PT Mono'), local('PTMono-Regular'), url('../fonts/PTMono-Regular.woff2') format('woff2');
|
|
font-display: swap;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'PT Mono';
|
|
src: local('PT Mono Bold'), local('PTMono-Bold'), url('../fonts/PTMono-Bold.woff2') format('woff2');
|
|
font-display: swap;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|