Font issues
Piotuper opened this issue · 1 comments
Piotuper commented
I think the font on window elements should be the same as on buttons
PashanIrani commented
You can do that my adding your own CSS:
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url('../../node_modules/xp.css/dist/ms_sans_serif.woff2') format('woff2');
}
@font-face {
font-family: "Pixelated MS Sans Serif";
src: url('../../node_modules/xp.css/dist/ms_sans_serif_bold.woff2') format('woff2');
font-weight: bold;
}
if not using node_modules, then replace the links to point to the CDN