Добавил некоторые файлы
This commit is contained in:
parent
7ee23d4cae
commit
493858efb6
3 changed files with 21 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="ru">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>КОМП</title>
|
||||||
|
<link rel="stylesheet" href="style/main.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Привет, КОМП!</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
style/fonts/MinionPro/MinionPro-Regular.woff
Normal file
BIN
style/fonts/MinionPro/MinionPro-Regular.woff
Normal file
Binary file not shown.
9
style/main.css
Normal file
9
style/main.css
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: "Minion Pro";
|
||||||
|
src: url(fonts/MinionPro/MinionPro-Regular.woff)
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: "Minion Pro";
|
||||||
|
font-size: 40px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue