/* Override Bootstrap Icons font source to use local font
   This file must be loaded AFTER the CDN bootstrap-icons.css
   to override the @font-face src URL */

@font-face {
    font-family: 'Bootstrap Icons';
    src: url('/fonts/fontawesome/bootstrap-icons.woff2') format('woff2');
    font-display: block;
}
