Skip to content

Commit

Permalink
✔ Fixed some issues. 🔧
Browse files Browse the repository at this point in the history
v2.1.1 Minor Update
  • Loading branch information
koombitool committed Nov 28, 2021
1 parent 4c487fd commit c930ff6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="contents/images/favicon/favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="contents/images/favicon/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/webpage-stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="Koombiweb/stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="./css/webpage-stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="./Koombiweb/stylesheet.css" type="text/css" charset="utf-8" />
<style type="text/css">
body {
font-family: 'koombiweb';
Expand Down
6 changes: 3 additions & 3 deletions Koombiweb/koombiweb.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions Koombiweb/koombiweb.min.css

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
```
`or`
```
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1/Koombiweb/koombiweb.css">
<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/Koombiweb/koombiweb.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1.1/Koombiweb/koombiweb.min.css">
```
# @Import rule
```
Expand All @@ -46,17 +46,22 @@
`or`
```
<style>
@import url('https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1/Koombiweb/koombiweb.css');
@import url('https://cdn.jsdelivr.net/npm/koombiwebfont@v2.1.1/Koombiweb/koombiweb.css');
</style>
```

<h2 align="center"> 💙 සියලුම උපදෙස් සදහා <a href="https://koombitool.github.io/SinhalaWebFonts">Koombiweb</a> වෙත පිවිසෙන්න... </h12<br>
</h2>

`What's the new:`
`NPM Package Released`
[Install From Command Line](https://www.npmjs.com/package/koombiwebfont/v/latest)

<a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fkoombitool%2FSinhalaWebFonts"><img alt="Twitter" src="https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2Fkoombitool%2FSinhalaWebFonts"></a>
</br>
<img src="./contents/images/batch.png" title="example koombiwebfont" align="center">

**_Change Log:_**
* `.woff format convert to base64 format.`
* `File Paths have Fixed.`

2 changes: 1 addition & 1 deletion css/webpage-stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url('specimenstyles.css');

/*
Powered By Koombi Tools
Powered By KoombiTool
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div id="container">
<div id="header">
l+ô fjí f*dkaÜ <a href="https://github.com/Koombitool">
<p class="bytxt">v2.1 By Koombitool<img src=".\contents\images\lk.png" alt="A SriLankan Project" class="lk"></p>
<p class="bytxt">v2.1.1 By Koombitool<img src=".\contents\images\lk.png" alt="A SriLankan Project" class="lk"></p>
</a>
</div>
<ul class="tabs">
Expand Down

0 comments on commit c930ff6

Please sign in to comment.