Skip to content

Commit e6a620b

Browse files
adamzapbmispelon
authored andcommitted
Rename font asset dir to invalidate browser caches
Refs #1881
1 parent af929f0 commit e6a620b

10 files changed

+2
-2
lines changed

Diff for: djangoproject/scss/_utils.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $red-dark: #6A0E0E;
3939
$red-dark-l10: lighten($red-dark, 10);
4040
$black: #0e1117;
4141
$black-light-5: lighten($black, 5);
42-
$font-path: "../fonts";
42+
$font-path: "../font";
4343
$logo-bg-dark: #272c27;
4444

4545

Diff for: djangoproject/scss/font-awesome/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Variables
22
// --------------------------
33

4-
$fa-font-path: "../fonts" !default;
4+
$fa-font-path: "../font" !default;
55
$fa-css-prefix: icon !default;
66
$fa-version: "4.2.0" !default;
77
$fa-border-color: #eee !default;

0 commit comments

Comments
 (0)