Skip to content

Малышкин Александр#71

Open
libgtso wants to merge 1 commit intourfu-2018:masterfrom
libgtso:master
Open

Малышкин Александр#71
libgtso wants to merge 1 commit intourfu-2018:masterfrom
libgtso:master

Conversation

@libgtso
Copy link
Copy Markdown

@libgtso libgtso commented Oct 23, 2018

@honest-hrundel honest-hrundel changed the title due some gazeta Малышкин Александр Oct 23, 2018
@honest-hrundel
Copy link
Copy Markdown

🍏 Пройден линтинг и базовые тесты

Copy link
Copy Markdown

@SemyonMakhaev SemyonMakhaev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🍅

Привет! Молодец, получилось красиво 👍

А как же вертикальный текст?
А как же картинки?
А цитаты? Для них нужно использовать семантичный тег.
Будет круто, если добавишь настройку темы и параметров текста через элементы input

@font-face
{
font-family: 'Agincourt';
src: url('./AgincourtLetPlain.ttf') format('truetype');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давай добавим также local, чтобы не загружать шрифт, если он есть на компьютере пользователя

@font-face
{
font-family: 'Agincourt';
src: url('./AgincourtLetPlain.ttf') format('truetype');
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Будет здорово, если добавишь ещё пару форматов шрифта для обеспечения кроссбраузерности. Например, woff и woff2

.edition,
.slogan
{
font-family: Arial, serif;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это основной шрифт на странице? Лучше его подключить к body, для других элементов он унаследуется. При этом можно записать в одно правило font

.article-item span
{
font-size: 12px;
font-family: Arial, sans-serif;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тоже можно через font

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants