web/bridge/style.css
2024-03-13 12:21:03 +01:00

7 lines
143 B
CSS

@font-face {
font-family: 'the-font';
src: URL('textures/font.ttf') format('truetype');
}
a, p, h1, button {
font-family: 'the-font';
}