botoxparty / XP.css

A CSS framework for building faithful recreations of operating system GUIs.
https://botoxparty.github.io/XP.css/
MIT License
2.24k stars 106 forks source link

Font issues #60

Open Piotuper opened 1 year ago

Piotuper commented 1 year ago

I think the font on window elements should be the same as on buttons

PashanIrani commented 12 months ago

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