11 lines
336 B
CSS
Executable File
11 lines
336 B
CSS
Executable File
@font-face {
|
|
font-family: 'Ubuntu Nerd Font';
|
|
src: url('/res/fonts/UbuntuNF.eot');
|
|
src: url('/res/fonts/UbuntuNF.eot?#iefix') format('embedded-opentype'),
|
|
url('/res/fonts/UbuntuNF.woff2') format('woff2'),
|
|
url('/res/fonts/UbuntuNF.woff') format('woff');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|