APL/HTML/Test/style.css
2022-01-18 12:52:55 +01:00

9 lines
137 B
CSS

@font-face {
font-family: myFirstFont;
src: url(BAHNSCHRIFT.TTF);
}
h2 {
font-family: myFirstFont;
color: darkgreen;
}