9 lines
137 B
CSS
9 lines
137 B
CSS
@font-face {
|
|
font-family: myFirstFont;
|
|
src: url(BAHNSCHRIFT.TTF);
|
|
}
|
|
|
|
h2 {
|
|
font-family: myFirstFont;
|
|
color: darkgreen;
|
|
} |