arkanum/FiraCode/fonts.css

29 lines
719 B
CSS

/* ::CUSTOM VSCODE FONTS:: */
@font-face {
font-family: 'FiraCode';
src: url('fonts/FiraCode-Regular-NerdFont-Complete') format('ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FiraCode Mono';
src: url('fonts/FiraCode-Regular-NerdFont-Complete-Mono') format('ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FiraCode Win';
src: url('fonts/FiraCode-Regular-NerdFont-Complete-Windows-Compatible') format('ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'FiraCode Win Mono';
src: url('fonts/FiraCode-Regular-NerdFont-Complete-Mono-Windows-Compatible.ttf') format('ttf');
font-weight: 400;
font-style: normal;
}