Skip to content

Commit

Permalink
Fix typo in Adelle font name (#19)
Browse files Browse the repository at this point in the history
Fix font name
  • Loading branch information
noatpad authored Aug 1, 2019
2 parents 9d51684 + 74dd46b commit 05640c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ursine-umbra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $megamenu-button-border-color: #9292928f !default;
font-family: 'Adelle';
font-style: normal;
font-weight: bold;
src: local('Adelle SemiBold'), url('./ursine/Adelle-Semibold.woff') format('woff');
src: local('Adelle SemiBold'), url('./ursine/Adelle-SemiBold.woff') format('woff');
}

@font-face {
Expand Down

0 comments on commit 05640c9

Please sign in to comment.