-
Notifications
You must be signed in to change notification settings - Fork 102
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
base: master
Are you sure you want to change the base?
Conversation
this
🍏 Пройден линтинг и базовые тесты |
There was a problem hiding this 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'); |
There was a problem hiding this comment.
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'); |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тоже можно через font
this
Посмотреть решение