# Saudi Riyal New Symbol Font

[![npm version](https://badge.fury.io/js/%40abdulrysr%2Fsaudi-riyal-new-symbol-font.svg)](https://www.npmjs.com/package/@abdulrysr/saudi-riyal-new-symbol-font)

A simple font package that includes the new Saudi Riyal currency symbol, making it easy to integrate into your projects.

## Installation

You can install this package via npm:

```sh
npm install @abdulrysr/saudi-riyal-new-symbol-font
```

or using yarn:

```sh
yarn add @abdulrysr/saudi-riyal-new-symbol-font
```

## Usage

### Importing the Font

To use the font in your project, import the stylesheet in your main CSS file:

```css
@import '@abdulrysr/saudi-riyal-new-symbol-font/style.css';
```

### Example Usage in HTML

```html
<span class="icon-saudi_riyal">&#xea;</span>
```

## Files Included

- `style.css` - The main stylesheet
- `fonts/saudiriyalsymbol.ttf` - The TrueType font file

## Keywords

- Saudi Riyal
- Currency Symbol
- Font Package
- Saudi Riyal Unicode
- Saudi Riyal New Symbol

## Author

**Abdul Rehman Yaser**

## License

This package is licensed under **Abdul Rehman Yaser** License.

---

For any issues or contributions, feel free to open a pull request or report issues on the repository.

