Changed page font to Erbaum Book

This commit is contained in:
2026-02-24 12:23:26 +03:00
parent 3c258c664e
commit 4875b000ba
3 changed files with 18 additions and 12 deletions

View File

@@ -20,8 +20,8 @@ git commit -m "Added desc of git init command"
```
**Задание 4**. Дополните файл style.css. Создайте и примените на странице не менее 5-ти стилей. Индексируйте измененные файлы и выполните коммит.
```sh
git <команда добавления>
git <команда коммита>
git add .
git commit -m "Added desc of git init command"
```
**Задание 5**. Создайте пустой (без файлов) публичный удаленный репозиторий в своем аккаунте на GitHub.

BIN
static/Erbaum-Book.ttf Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
@font-face {
font-family: "Erbaum Book";
src: url("static/Erbaum-Book.ttf");
}
* {
font-family: "Erbaum Book", "Courier New", Courier, monospace;
}
.header {
justify-content: center;
text-align: center;
@@ -5,11 +14,8 @@
ol li {
list-style-position: inside;
}
.exam {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#table {
line-height:200%
line-height: 200%;
}
footer {
padding-top: 3px;