7 lines
172 B
CSS
7 lines
172 B
CSS
@font-face {
|
|
font-family: 'Roboto Mono Nerd Font';
|
|
src: url('./RobotoMonoNerdFont-Regular.ttf') format('truetype');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|