Skip to content

Commit

Permalink
Added missing font import to admin-lte.scss
Browse files Browse the repository at this point in the history
Updated admin-lte.scss with the missing font import.
  • Loading branch information
Jearnest94 authored Oct 30, 2024
1 parent 698994b commit 0eeddeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/adminlte/admin-lte.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ $fa-font-path: "~@fortawesome/fontawesome-free/webfonts/";
@import '~@fortawesome/fontawesome-free/scss/solid';
@import '~@fortawesome/fontawesome-free/scss/brands';
@import '~daterangepicker/daterangepicker.css';
@import '~bootstrap-select/dist/css/bootstrap-select.min.css';
@import '~bootstrap-select/dist/css/bootstrap-select.min.css';
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

0 comments on commit 0eeddeb

Please sign in to comment.