/*
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2023 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

// Use the "Akeeba Products" font for a vector logo
.icon-akeeba,
.icon-akeeba-j4 {
  &:before {
    font-family: 'Akeeba Products' !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1 !important;

    display: inline-block;
    -webkit-font-smoothing: antialiased;
    position: relative;
    -moz-osx-font-smoothing: grayscale;

    content: 'B';
  }
}