kopia lustrzana https://github.com/tonsky/FiraCode
Added thin weight, adjusted context when vertical centering occurs
rodzic
e2181ada0c
commit
6dbba8e697
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@ Programmers use a lot of symbols, often encoded with several characters. For hum
|
|||
|
||||
### Solution
|
||||
|
||||
#### Download [Fira Code v1.100](https://github.com/tonsky/FiraCode/releases/download/1.100/FiraCode_1.100.zip) | Follow updates 📢 [@FiraCode](https://twitter.com/FiraCode)
|
||||
#### Download [Fira Code v1.101](https://github.com/tonsky/FiraCode/releases/download/1.101/FiraCode_1.101.zip) | Follow updates 📢 [@FiraCode](https://twitter.com/FiraCode)
|
||||
|
||||
|
||||
Fira Code is a Fira Mono font extended with a set of ligatures for common programming multi-character combinations. This is just a font rendering feature: underlying code remains ASCII-compatible. This helps to read and understand code faster. For some frequent sequences like `..` or `//` ligatures allow us to correct spacing.
|
||||
|
@ -96,6 +96,12 @@ Thanks Georg Seifert for providing a [Glyphs 2](https://glyphsapp.com) license.
|
|||
|
||||
### Changelog
|
||||
|
||||
#### 1.101
|
||||
|
||||
- Added Light weight
|
||||
- Adjusted rules when vertical centering of `:`, `-`, `*` and `+` occurs
|
||||
|
||||
|
||||
#### 1.100
|
||||
|
||||
- Fixed calt table conflicts (`----` would incorrectly render as `<!--`)
|
||||
|
|
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 67 KiB |
Plik binarny nie jest wyświetlany.
Plik binarny nie jest wyświetlany.
|
@ -29,3 +29,7 @@
|
|||
#{ #[ #( #? #_ #_(
|
||||
|
||||
|
||||
a*b a*A B*b A*B *a *A a* A*
|
||||
a-b a-A B-b A-B -a -A a- A-
|
||||
a+b a+A B+b A+B +a +A a+ A+
|
||||
a:b a:A B:b A:B :a :A a: A:
|
Ładowanie…
Reference in New Issue