https://github.com/koombitool/sinhalawebfonts
💗 Koombiweb v2.1.1
https://github.com/koombitool/sinhalawebfonts
ascii blogger css css-sinhala-fonts dark-theme fonts html html5 sinhala sinhala-characters sinhala-language sinhala-unicode sinhala-web-fonts sri-lanka unicode web-fonts wordpress
Last synced: 4 months ago
JSON representation
💗 Koombiweb v2.1.1
- Host: GitHub
- URL: https://github.com/koombitool/sinhalawebfonts
- Owner: koombitool
- License: gpl-3.0
- Created: 2021-09-14T04:36:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T11:18:49.000Z (over 1 year ago)
- Last Synced: 2025-06-11T11:48:44.067Z (4 months ago)
- Topics: ascii, blogger, css, css-sinhala-fonts, dark-theme, fonts, html, html5, sinhala, sinhala-characters, sinhala-language, sinhala-unicode, sinhala-web-fonts, sri-lanka, unicode, web-fonts, wordpress
- Language: HTML
- Homepage: https://koombitool.github.io/SinhalaWebFonts/
- Size: 525 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README

Sinhala ASCII Font as a webfont
# How to install in your website...
```
@font-face{
font-family: 'koombiweb';
src: url('koombiweb.eot');
src: url('koombiweb.eot?#koombiweb') format('embedded-opentype'),
url('koombiweb.woff') format('woff'),
url('koombiweb.ttf') format('truetype'),
url('koombiweb.svg#koombiweb') format('svg');
}
```# CSS
### Include the `koombiweb.css` stylsheet into your ``.
``````
`or`
``````
### Minified version of `koombiweb.css`
``````
# @Import rule
```@import url('path/to/koombiweb.css');
```
`or`
```@import url('https://cdn.jsdelivr.net/npm/koombiwebfont@latest/Koombiweb/koombiweb.css');
```
## Font Preview
💙 Instructions: Koombiweb
`What's the new:`
`NPM Package Released`
[Install From Command Line](https://www.npmjs.com/package/koombiwebfont/v/latest)**_Change Log:_**
* `.woff format convert to base64 format.`
* `File Paths have Fixed.`