APL/HTML/Test/style.css

9 lines
137 B
CSS
Raw Normal View History

2022-01-18 12:52:55 +01:00
@font-face {
font-family: myFirstFont;
src: url(BAHNSCHRIFT.TTF);
}
h2 {
font-family: myFirstFont;
color: darkgreen;
}