Skip to content

Commit

Permalink
Remove some straggling FA5 references
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanton committed Apr 1, 2022
1 parent 2826093 commit 2a35152
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 2 additions & 1 deletion fonts/_config.fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ $font-family-light: 'proxima_novalight', 'Helvetica Neue', 'Helvetica', 'Arial
$font-family-regular: 'proxima_nova_rgregular', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
$font-family-heading: 'code_pro_bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
$font-family-heading-light: 'code_pro_regular', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
$font-family-icons: 'Font Awesome 6 Free';
$font-family-icons: 'Font Awesome 6 Free';
$font-family-brands: 'Font Awesome 6 Brands';

// Font awesome
$fa-path: '../fonts/fontawesome-free-6.0.0-web' !default;
Expand Down
2 changes: 0 additions & 2 deletions stylesheets/_component.icons.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


// State variations
@each $state, $state-color, $state-color-alt in $state-colors {
.icon--#{'' + $state}::before {
Expand Down
11 changes: 0 additions & 11 deletions stylesheets/pulsar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,8 @@ $ie-version: 12 !default;

// Proxima Nova (requires license)
$font-path: '../fonts/';

@import '../fonts/config.fonts';

// Font awesome
$fa-font-path: '../fonts/fontawesome-free-5.15.4-web/webfonts';
$fa-css-prefix: 'icon';
@import 'deprecated.icons';
@import '../fonts/fontawesome-free-5.15.4-web/scss/fontawesome';
@import '../fonts/fontawesome-free-5.15.4-web/scss/regular';
@import '../fonts/fontawesome-free-5.15.4-web/scss/solid';
@import '../fonts/fontawesome-free-5.15.4-web/scss/brands';
@import '../fonts/fontawesome-free-5.15.4-web/scss/v4-shims';

// Mixins
@import 'mixin.border-radius';
@import 'mixin.clear-fix';
Expand Down

0 comments on commit 2a35152

Please sign in to comment.