Skip to content

Commit

Permalink
Добавляет правильный шрифт для <kbd> (#1185)
Browse files Browse the repository at this point in the history
* Добавляет правильное значение `font-family`

* Изменяет шрифт
  • Loading branch information
TatianaFokina committed Aug 10, 2023
1 parent b28a3ca commit 5d0dc30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/blocks/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
margin-block-start: 5px;
}

.content > p > kbd,
.content > ul > li > kbd,
.content > ol > li > kbd {
font-family: 'Spot Mono', monospace;
}

.content > img,
.content > video,
.content > audio,
Expand Down

0 comments on commit 5d0dc30

Please sign in to comment.