Changed page font to Erbaum Book
This commit is contained in:
@@ -20,8 +20,8 @@ git commit -m "Added desc of git init command"
|
|||||||
```
|
```
|
||||||
**Задание 4**. Дополните файл style.css. Создайте и примените на странице не менее 5-ти стилей. Индексируйте измененные файлы и выполните коммит.
|
**Задание 4**. Дополните файл style.css. Создайте и примените на странице не менее 5-ти стилей. Индексируйте измененные файлы и выполните коммит.
|
||||||
```sh
|
```sh
|
||||||
git <команда добавления>
|
git add .
|
||||||
git <команда коммита>
|
git commit -m "Added desc of git init command"
|
||||||
```
|
```
|
||||||
**Задание 5**. Создайте пустой (без файлов) публичный удаленный репозиторий в своем аккаунте на GitHub.
|
**Задание 5**. Создайте пустой (без файлов) публичный удаленный репозиторий в своем аккаунте на GitHub.
|
||||||
|
|
||||||
|
|||||||
BIN
static/Erbaum-Book.ttf
Normal file
BIN
static/Erbaum-Book.ttf
Normal file
Binary file not shown.
16
style.css
16
style.css
@@ -1,15 +1,21 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: "Erbaum Book";
|
||||||
|
src: url("static/Erbaum-Book.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-family: "Erbaum Book", "Courier New", Courier, monospace;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align:center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
ol li {
|
ol li {
|
||||||
list-style-position: inside;
|
list-style-position: inside;
|
||||||
}
|
}
|
||||||
.exam {
|
|
||||||
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
|
|
||||||
}
|
|
||||||
#table {
|
#table {
|
||||||
line-height:200%
|
line-height: 200%;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
|
|||||||
Reference in New Issue
Block a user