feat: use lato for large blocks of words

This commit is contained in:
Ahmad Abdolsaheb
2019-10-14 21:41:00 +03:00
committed by Kristofer Koishigawa
parent 2425f705c2
commit 504f835b7d
3 changed files with 11 additions and 0 deletions

View File

@ -20,3 +20,8 @@
#learn-app-wrapper .reflex-container.horizontal > .reflex-splitter {
height: 5px;
}
#description p,
#instructions p {
font-family: 'Lato', sans-serif;
}

View File

@ -1,6 +1,7 @@
.honesty-panel p {
margin-left: 10px;
margin-right: 10px;
font-family: 'Lato', sans-serif;
}
.honesty-panel {

View File

@ -8,6 +8,11 @@
margin-top: 1.45rem;
}
.intro-layout p,
.intro-layout li {
font-family: 'Lato', sans-serif;
}
.intro-toc .list-group-item {
margin: 5px auto;
}