

@font-face {
  font-family: 'saudi_riyal';
  src: url('font/saudi_riyal.woff2') format('woff2'),
       url('font/saudi_riyal.woff') format('woff'),
       url('font/saudi_riyal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* Ensure the icon class correctly loads the Riyal symbol */
.icon-saudi_riyal::before {
  content: "\e900";
  font-family: 'saudi_riyal' !important;
  font-size: inherit;
  font-style: normal !important;
  color: inherit;
}

