Rattrapage commits
This commit is contained in:
BIN
HTML/Test/BAHNSCHRIFT.TTF
Normal file
BIN
HTML/Test/BAHNSCHRIFT.TTF
Normal file
Binary file not shown.
9
HTML/Test/style.css
Normal file
9
HTML/Test/style.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@font-face {
|
||||
font-family: myFirstFont;
|
||||
src: url(BAHNSCHRIFT.TTF);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: myFirstFont;
|
||||
color: darkgreen;
|
||||
}
|
12
HTML/Test/test.html
Normal file
12
HTML/Test/test.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content=
|
||||
"width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h2>This font is awesome</h2>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user