Skip to content

Commit

Permalink
Remove FApro from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanton committed Aug 20, 2024
1 parent e23d474 commit 5f78793
Show file tree
Hide file tree
Showing 19,416 changed files with 14 additions and 825,639 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
14 changes: 7 additions & 7 deletions docs/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ $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 Pro';
$font-family-icons: 'Font Awesome 6 Free';
$font-family-brands: 'Font Awesome 6 Brands';

// Font awesome
$fa-font-path: '/static/fonts/fontawesome-pro/webfonts';
$fa-font-path: '/static/fonts/fontawesome-free-6.0.0-web/webfonts';
$fa-css-prefix: 'icon';

@import '/static/fonts/fontawesome-pro/scss/fontawesome';
@import '/static/fonts/fontawesome-pro/scss/regular';
@import '/static/fonts/fontawesome-pro/scss/solid';
@import '/static/fonts/fontawesome-pro/scss/brands';
@import '/static/fonts/fontawesome-pro/scss/v4-shims';
@import '/static/fonts/fontawesome-free-6.0.0-web/scss/fontawesome';
@import '/static/fonts/fontawesome-free-6.0.0-web/scss/regular';
@import '/static/fonts/fontawesome-free-6.0.0-web/scss/solid';
@import '/static/fonts/fontawesome-free-6.0.0-web/scss/brands';
@import '/static/fonts/fontawesome-free-6.0.0-web/scss/v4-shims';

@import '../../../stylesheets/palette.base';
@import '../../../stylesheets/config.theme';
Expand Down
14 changes: 7 additions & 7 deletions docs/static/fonts/_config.fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ $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 Pro';
$font-family-icons: 'Font Awesome 6 Free';
$font-family-brands: 'Font Awesome 6 Brands';

// Font awesome
$fa-path: '../../../fonts/fontawesome-pro' !default;
$fa-path: '../../../fonts/fontawesome-free-6.0.0-web' !default;
$fa-font-path: $fa-path + '/webfonts' !default;
$fa-css-prefix: 'icon';

@import url($font-path + 'fontawesome-pro/scss/fontawesome');
@import url($font-path + 'fontawesome-pro/scss/regular');
@import url($font-path + 'fontawesome-pro/scss/solid');
@import url($font-path + 'fontawesome-pro/scss/brands');
@import url($font-path + 'fontawesome-pro/scss/v4-shims');
@import url($font-path + 'fontawesome-free-6.0.0-web/scss/fontawesome');
@import url($font-path + 'fontawesome-free-6.0.0-web/scss/regular');
@import url($font-path + 'fontawesome-free-6.0.0-web/scss/solid');
@import url($font-path + 'fontawesome-free-6.0.0-web/scss/brands');
@import url($font-path + 'fontawesome-free-6.0.0-web/scss/v4-shims');

@font-face {
font-family: 'proxima_novalight';
Expand Down
18 changes: 0 additions & 18 deletions docs/static/fonts/fontawesome-pro/LICENSE.txt

This file was deleted.

4 changes: 0 additions & 4 deletions docs/static/fonts/fontawesome-pro/attribution.js

This file was deleted.

Loading

0 comments on commit 5f78793

Please sign in to comment.