Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

koombiwebfont

koombitool64GPL-3.0-or-later2.1.1

Sinhala Ascii Web Font For HTML Websites. v2.1.1 Release.

sinhala-web-font, sinhalawebfonts, sinhala, ascii, koombitool, koombiwebfont, srilanka

readme

SinhalaWebFonts

GitHub license


වෙබ් අඩවි සඳහා සිංහල ඇස්කි ෆොන්ට් එක. (It's Ascill Font)


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 <head>.

<link rel="stylesheet" href="path/to/koombiweb.css">

or

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1.1/Koombiweb/koombiweb.css">

Minified version of koombiweb.css

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1.1/Koombiweb/koombiweb.min.css">

@Import rule

<style>
@import url('path/to/koombiweb.css');
</style>

or

<style>
@import url('https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1.1/Koombiweb/koombiweb.css');
</style>

💙 සියලුම උපදෙස් සදහා Koombiweb වෙත පිවිසෙන්න... </h12

What's the new: NPM Package Released Install From Command Line

Twitter

Change Log:

  • .woff format convert to base64 format.
  • File Paths have Fixed.