saudi-riyal-symbol
Version:
This library contains a custom icon font that provides a Saudi Riyal (SAR) symbol for use in web applications. The font is designed for seamless integration and supports multiple formats for cross-browser compatibility.
31 lines (26 loc) • 914 B
CSS
@charset "#";
@font-face {
font-family: 'saudi riyal symbol';
src: url('./fonts/saudi-riyal-symbol.eot?ldbsd8');
src: url('./fonts/saudi-riyal-symbol.eot?ldbsd8#iefix') format('embedded-opentype'),
url('./fonts/saudi-riyal-symbol.ttf?ldbsd8') format('truetype'),
url('./fonts/saudi-riyal-symbol.woff?ldbsd8') format('woff'),
url('./fonts/saudi-riyal-symbol.svg?ldbsd8#sar-symbol') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="sr-symbol"], [class*="sr-symbol"] , sr , i.sr {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'saudi riyal symbol' ;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
}
.icon-SR:before , sr::before , i.sr:before {
content: "\23";
}