mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-19 03:12:07 +02:00
f9f3612e80
[why] Before Font Logos 1.0.0 there was no stable-codepoint guarantee, and the later revisions (0.18) reassigned the codepoints. That makes updating for us very hard, because we would have to resort the icons or follow the codepoint changes. With 1.0.0 this changed. That new major release introduced not only a codepoint guarantee, but it also shifted the codepoints from the F100 region to the F300 region, where we put them anyhow (in most cases). That is one subset less with 'dynamic base codepoint'. The reassignment of codepoints in Font Logos kept the codepoints stable for the icons we already have in release 2.1.0. But at the moment the 2.2.0 Release Candidate (which updated Font Logos with commit 557b8da) have added glyphs, which are on different points as compared with the Font Logos 1.0.0 release. What I want to say, we need to get this straight, before our 2.2.0 RC turns into a Release 2.2.0. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
56 lines
1.5 KiB
Bash
56 lines
1.5 KiB
Bash
#!/usr/bin/env bash
|
|
# Font Logos (Font Linux) (48 icons)
|
|
# Codepoints: F300-F32F
|
|
# Nerd Fonts Version: 2.1.0
|
|
# Script Version: 1.1.0
|
|
test -n "$__i_linux_loaded" && return || __i_linux_loaded=1
|
|
i='' i_linux_alpine=$i
|
|
i='' i_linux_aosc=$i
|
|
i='' i_linux_apple=$i
|
|
i='' i_linux_archlinux=$i
|
|
i='' i_linux_centos=$i
|
|
i='' i_linux_coreos=$i
|
|
i='' i_linux_debian=$i
|
|
i='' i_linux_devuan=$i
|
|
i='' i_linux_docker=$i
|
|
i='' i_linux_elementary=$i
|
|
i='' i_linux_fedora=$i
|
|
i='' i_linux_fedora_inverse=$i
|
|
i='' i_linux_freebsd=$i
|
|
i='' i_linux_gentoo=$i
|
|
i='' i_linux_linuxmint=$i
|
|
i='' i_linux_linuxmint_inverse=$i
|
|
i='' i_linux_mageia=$i
|
|
i='' i_linux_mandriva=$i
|
|
i='' i_linux_manjaro=$i
|
|
i='' i_linux_nixos=$i
|
|
i='' i_linux_opensuse=$i
|
|
i='' i_linux_raspberry_pi=$i
|
|
i='' i_linux_redhat=$i
|
|
i='' i_linux_sabayon=$i
|
|
i='' i_linux_slackware=$i
|
|
i='' i_linux_slackware_inverse=$i
|
|
i='' i_linux_tux=$i
|
|
i='' i_linux_ubuntu=$i
|
|
i='' i_linux_ubuntu_inverse=$i
|
|
i='' i_linux_almalinux=$i
|
|
i='' i_linux_archlabs=$i
|
|
i='' i_linux_artix=$i
|
|
i='' i_linux_budgie=$i
|
|
i='' i_linux_deepin=$i
|
|
i='' i_linux_endeavour=$i
|
|
i='' i_linux_ferris=$i
|
|
i='' i_linux_flathub=$i
|
|
i='' i_linux_gnu_guix=$i
|
|
i='' i_linux_illumos=$i
|
|
i='' i_linux_kali_linux=$i
|
|
i='' i_linux_openbsd=$i
|
|
i='' i_linux_parrot=$i
|
|
i='' i_linux_pop_os=$i
|
|
i='' i_linux_rocky_linux=$i
|
|
i='' i_linux_snappy=$i
|
|
i='' i_linux_solus=$i
|
|
i='' i_linux_void=$i
|
|
i='' i_linux_zorin=$i
|
|
unset i
|