Skip to content

Commit

Permalink
Rename certain font files for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
noatpad committed May 15, 2019
1 parent 25b2799 commit 0bccef8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const makeZip = (cyrillic) => {
zipName = 'Ursine_Cyrillic.zip';
} else {
cssGlob = ['css/*.css', '!css/*-cyrillic.css'];
assetGlob = ['ursine/*.png', 'ursine/Adelle_*.woff', 'ursine/AvenirNextLTPro-*.woff'];
assetGlob = ['ursine/*.png', 'ursine/Adelle-*.woff', 'ursine/AvenirNextLTPro-*.woff'];
zipName = 'Ursine.zip';
}

Expand Down
12 changes: 6 additions & 6 deletions ursine-umbra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $megamenu-button-border-color: #9292928f !default;
font-family: 'Avenir Next LT Pro';
font-style: italic;
font-weight: normal;
src: local('Avenir Next LT Pro It'), url('./ursine/AvenirNextLTPro-It.woff') format('woff');
src: local('Avenir Next LT Pro It'), url('./ursine/AvenirNextLTPro-Italic.woff') format('woff');
}

@font-face {
Expand All @@ -141,7 +141,7 @@ $megamenu-button-border-color: #9292928f !default;
font-family: 'Avenir Next LT Pro';
font-style: italic;
font-weight: bold;
src: local('Avenir Next LT Pro DemiIt'), url('./ursine/AvenirNextLTPro-DemiIt.woff') format('woff');
src: local('Avenir Next LT Pro DemiIt'), url('./ursine/AvenirNextLTPro-DemiItalic.woff') format('woff');
}

// Adelle provided by Veronika Burian and Jos Scaglione
Expand All @@ -150,28 +150,28 @@ $megamenu-button-border-color: #9292928f !default;
font-family: 'Adelle';
font-style: normal;
font-weight: normal;
src: local('Adelle Light'), url('./ursine/Adelle_light.woff') format('woff');
src: local('Adelle Light'), url('./ursine/Adelle-Light.woff') format('woff');
}

@font-face {
font-family: 'Adelle';
font-style: italic;
font-weight: normal;
src: local('Adelle Light Italic'), url('./ursine/Adelle_LightItalic.woff') format('woff');
src: local('Adelle Light Italic'), url('./ursine/Adelle-LightItalic.woff') format('woff');
}

@font-face {
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 {
font-family: 'Adelle';
font-style: italic;
font-weight: bold;
src: local('Adelle SemiBold Italic'), url('./ursine/Adelle_SemiBoldItalic.woff') format('woff');
src: local('Adelle SemiBold Italic'), url('./ursine/Adelle-SemiBoldItalic.woff') format('woff');
}
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0bccef8

Please sign in to comment.