https://github.com/sharafatkarim/manjaro-bangla-font-fix
Simple script to fix Bangla font issue in manjaro and arch based operating systems
https://github.com/sharafatkarim/manjaro-bangla-font-fix
bangla bangla-font-support linux manjaro
Last synced: 8 months ago
JSON representation
Simple script to fix Bangla font issue in manjaro and arch based operating systems
- Host: GitHub
- URL: https://github.com/sharafatkarim/manjaro-bangla-font-fix
- Owner: SharafatKarim
- License: gpl-3.0
- Created: 2022-10-07T14:15:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T08:23:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T20:48:29.345Z (9 months ago)
- Topics: bangla, bangla-font-support, linux, manjaro
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manjaro-Bangla-Font-Fix
## Whole system
If you're running kde plasma then, go to setting, Appearance, Font Management and search for "Mukti Narrow". You can either disable it or delete it.
You can also do it manually from `/usr/share/fonts/TTF/`.
But then you may need to reinstall it from any other source.
Or, [from here](https://www.wfonts.com/font/mukti-narrow).## Telegram or discord specific
Simple script to fix Bangla font issue (especially `telegram`) in Manjaro and Arch Linux based operating systems.Simply run the following one line command to install the script!
```
curl -s https://raw.githubusercontent.com/SharafatKarim/Manjaro-Bangla-Font-Fix/main/main.sh | bash
```
if this script doesn't work, you can always revert back to previous self by,
```
sudo rm -rf "/etc/fonts/conf.d/76-bangla.conf"
```> If you discover any other solution, please share with us!
# Acknowledgements
- [Mubashshir](https://github.com/ahmubashshir/)
- Mefad 🇧🇩|| 115Mefad 🇧🇩|| 115# Licencing:
[Copyright 2021 (Ahmad Hasan Mubashshir)](mailto:ahmubashshir@gmail.com)'76-bangla.conf' is free fontconfig file; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.'76-bangla.conf' is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with '76-bangla.conf'; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA.