# Bangla Web Fonts

A lightweight WordPress plugin that enables Bangla/Bengali web fonts across your site using **SolaimanLipi**.

## Overview

This plugin injects the SolaimanLipi font stylesheet from the plugin directory and applies it to common content elements (including headings, form fields, and some navigation-related classes) through inline CSS.

## Plugin Info

- **Link:** [https://wordpress.org/plugins/bangla-web-fonts/](https://wordpress.org/plugins/bangla-web-fonts/)
- **Name:** Bangla Web Fonts
- **Version:** 1.4.1
- **Author:** ALI IMRAN
- **Plugin URI:** http://imran.link
- **Author URI:** https://imran.link
- **License:** GPLv2 or later

## Usage

After activation, the plugin automatically embeds the font in the site header and applies this font-family pattern:

```css
font-family: 'SolaimanLipi', Arial, sans-serif !important;
```

If your theme overrides fonts aggressively, add the same `font-family` rule in your theme stylesheet for the selectors you want.

## Support

- Website: https://imran.link
- Email: imran4dev@gmail.com

## License

This project is licensed under the GNU General Public License v2.0 or later.
See: https://www.gnu.org/licenses/gpl-2.0.html
