Skip to content

Commit

Permalink
Remove italics
Browse files Browse the repository at this point in the history
- decrease the need for fonts to be loaded, italics not needed here really and this does improve readability in the end as well
  • Loading branch information
lehtoinen committed Jul 10, 2020
1 parent 9356e3c commit acbd51c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/FixturesList/FixtureListEntry.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

.subject {
font-size: 1.1em;
font-style: italic;
}

.info {
Expand All @@ -25,13 +24,9 @@
letter-spacing: 0.05em;
}

.competition {
font-style: normal;
}

.location {
color: var(--color-grey);
border-left: 1px solid #e6e6e6;
border-left: 1px solid #c6c6c6;
padding-left: 0.75em;
margin: 0.4em;
}

0 comments on commit acbd51c

Please sign in to comment.