10 lines
226 B
CSS
10 lines
226 B
CSS
@font-face {
|
|
font-family: 'Lekton Nerd Font Mono';
|
|
src: url('LektonNFM.woff2') format('woff2'),
|
|
url('LektonNFM.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|