Skip to content

Commit

Permalink
Fixed Italic Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xypnox committed Dec 19, 2018
1 parent 8911cba commit 1ddaf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/xylight.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@font-face {
font-family: 'Iosevka';
font-style: italic;
src: local('Iosevka Light'), local('Iosevka-Light'), url('./xydark/losevka-italic.ttf') format('truetype')
src: local('Iosevka Italic'), local('Iosevka-Italic'), url('./xydark/iosevka-italic.ttf') format('truetype')
}

@font-face {
Expand Down

0 comments on commit 1ddaf1a

Please sign in to comment.