Header font

This commit is contained in:
Ivan Blinkov 2018-02-21 20:08:34 +03:00
parent 9a3c4ea784
commit 6e34b7ba04

View File

@ -105,3 +105,8 @@ h1, h2, h3, .md-logo {
.md-header { .md-header {
border-bottom: 1px solid #efefef; border-bottom: 1px solid #efefef;
} }
.md-header-nav__title {
font-size: 3rem;
font-family: 'Yandex Sans Display Web', Arial, sans-serif;
}