- Update to v15.0.3
* Changes of version 15.0.3 = Add Asterism (U+2042) character (#1324). OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/iosevka-fonts?expand=0&rev=78
This commit is contained in:
parent
f866961169
commit
9b773b8640
44
README.md
44
README.md
@ -5,25 +5,33 @@
|
||||
|
||||
## Installation
|
||||
|
||||
Quit your editor/program. Unzip and open the folder.
|
||||
### Installing via Package Managers
|
||||
|
||||
* **Windows**: Download the fonts from the [Releases](https://github.com/be5invis/Iosevka/releases), select the font files and drag into font settings / font control panel page.
|
||||
|
||||
* On Windows 10 1809 or newer the default font installation is per-user, and it may cause compatibility issues for some applications, mostly written in Java. To cope with this, right click and select “Install for all users” instead. [Ref.](https://youtrack.jetbrains.com/issue/JRE-1166?p=IDEA-200145)
|
||||
* **[macOS](http://support.apple.com/kb/HT2509)**
|
||||
* Standard distribution in Homebrew:
|
||||
```bash
|
||||
brew tap homebrew/cask-fonts
|
||||
brew install --cask font-iosevka
|
||||
```
|
||||
* Search for other variants using `brew search font-iosevka` and install what you want.
|
||||
* Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap).
|
||||
* **Linux** : Copy the TTF files to your fonts directory → Run `sudo fc-cache`.
|
||||
- Arch Linux users can install one of the [ttc-iosevka packages](https://archlinux.org/packages/?q=ttc-iosevka).
|
||||
- Void Linux users can install the font with `xbps-install font-iosevka`.
|
||||
- Fedora Linux users can install the font(s) from the copr [here](https://copr.fedorainfracloud.org/coprs/peterwu/iosevka/). Run `dnf search iosevka` to discover available fonts and `dnf install` to install the chosen one(s).
|
||||
* **FreeBSD**: The font can be installed with `pkg install iosevka`.
|
||||
* **OpenBSD**: Run `pkg_info -Q iosevka` to see which Iosevka packages are available. Use `pkg_add` to install the chosen package(s).
|
||||
* **macOS**
|
||||
* Standard distribution in Homebrew:
|
||||
```bash
|
||||
brew tap homebrew/cask-fonts
|
||||
brew install --cask font-iosevka
|
||||
```
|
||||
* Search for other variants using `brew search font-iosevka` and install what you want.
|
||||
* Customizable install using Homebrew: see [robertgzr/homebrew-tap](https://github.com/robertgzr/homebrew-tap).
|
||||
* **Linux**
|
||||
* Arch Linux: Install one of the [ttc-iosevka packages](https://archlinux.org/packages/?q=ttc-iosevka).
|
||||
* Void Linux: Install the font with `xbps-install font-iosevka`.
|
||||
* Fedora: Install the font(s) from [the COPR here](https://copr.fedorainfracloud.org/coprs/peterwu/iosevka/). Run `dnf search iosevka` to discover available fonts and `dnf install` to install the chosen one(s).
|
||||
* **FreeBSD**: The font can be installed with `pkg install iosevka`.
|
||||
* **OpenBSD**: Run `pkg_info -Q iosevka` to see which Iosevka packages are available. Use `pkg_add` to install the chosen package(s).
|
||||
|
||||
### Manual Installation
|
||||
|
||||
1. Download your font package from [releases](https://github.com/be5invis/Iosevka/releases).
|
||||
2. Quit all your editors / programs.
|
||||
3. Unarchive the font package and you will see the font files.
|
||||
4. Take actions depending on your OS:
|
||||
* **Windows**: Select the font files and drag into font [settings](ms-settings:fonts) / font control panel page.
|
||||
* On Windows 10 1809 or newer, the default font installation is per-user, and it may cause compatibility issues for some applications, mostly written in Java. To cope with this, right click and select “Install for all users” instead. [Ref.](https://youtrack.jetbrains.com/issue/JRE-1166?p=IDEA-200145)
|
||||
* **macOS**: [Follow instructions here](http://support.apple.com/kb/HT2509).
|
||||
* **Linux** : Copy the font files to your fonts directory then run `sudo fc-cache`.
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 19 16:56:27 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v15.0.3
|
||||
* Changes of version 15.0.3
|
||||
= Add Asterism (U+2042) character (#1324).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 20:26:26 UTC 2022 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
typeface family, designed for writing code, using in terminals, and\
|
||||
preparing technical documents.
|
||||
Name: iosevka-fonts
|
||||
Version: 15.0.2
|
||||
Version: 15.0.3
|
||||
Release: 0
|
||||
Summary: Slender typeface for source code
|
||||
License: OFL-1.1
|
||||
|
Loading…
Reference in New Issue
Block a user