7 lines
143 B
CSS
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';
|
|
}
|