Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

libgtso
Copy link

@libgtso libgtso commented Oct 23, 2018

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

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

Copy link

@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');

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');

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;

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;

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