Skip to content

Commit

Permalink
Merge pull request #483 from pulibrary/firefox-font-fix
Browse files Browse the repository at this point in the history
Making sure the correct fonts are used for li elements
  • Loading branch information
tpendragon committed Jan 8, 2019
2 parents a839b79 + 16a73dd commit 00e5d86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,7 @@ h2 {
.modal-open {
overflow: auto;
}

li {
font-family: $font-sans;
}

0 comments on commit 00e5d86

Please sign in to comment.