Move to r1.9.4
|
@ -77,6 +77,8 @@ The current avaliable styles are:
|
|||
* `v-l-zshaped` : Z-shaped `l`.
|
||||
* `v-l-serifed` : Serifed `l` (default for upright and oblique).
|
||||
* `v-l-italic` : Italic `l` (default for italic).
|
||||
* `v-l-tailed` : `l` with a curved tail.
|
||||
* `v-l-hookybottom` : `l` with a straight tail.
|
||||
* Styles for letter `i`:
|
||||
* `v-i-hooky` : Hooky `i`.
|
||||
* `v-i-zshaped` : Z-shaped `i`.
|
||||
|
@ -110,7 +112,7 @@ The current avaliable styles are:
|
|||
## Release Notes
|
||||
|
||||
* **1.9.4**
|
||||
- Fixed a bug about stylized `l`.
|
||||
- Add two styles of `l`.
|
||||
* **1.9.3**
|
||||
- Minor symbol additions.
|
||||
* **1.9.2**
|
||||
|
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
Before Width: | Height: | Size: 408 KiB After Width: | Height: | Size: 408 KiB |
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 153 KiB |
Before Width: | Height: | Size: 686 KiB After Width: | Height: | Size: 689 KiB |
Before Width: | Height: | Size: 354 KiB After Width: | Height: | Size: 354 KiB |
Before Width: | Height: | Size: 81 KiB After Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 260 KiB After Width: | Height: | Size: 260 KiB |
|
@ -203,6 +203,14 @@
|
|||
<span class="tag">cv26</span><span class="description"></span>
|
||||
<span class="sample" style="font-feature-settings:'cv26'">m</span><span class="sample italic" style="font-feature-settings:'cv26'">m</span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="tag">cv27</span><span class="description"></span>
|
||||
<span class="sample" style="font-feature-settings:'cv27'">l</span><span class="sample italic" style="font-feature-settings:'cv27'">l</span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="tag">cv28</span><span class="description"></span>
|
||||
<span class="sample" style="font-feature-settings:'cv28'">l</span><span class="sample italic" style="font-feature-settings:'cv28'">l</span>
|
||||
</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section id="matrix">
|
||||
|
|