-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
Aloha! π
π§ Your Setup
Β«Windows 10 2004Β»
Windows Terminal > WSL > Ubuntu-20.04
Manual has taken from Youtube tutorial "Scott Hanselman".
sudo su
cd /home/nika/nerd-fonts/
apt install python3-pip
OUTPUT:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pip is already the newest version (20.0.2-5ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
sudo apt-get install software-properties-common
OUTPUT:
Reading package lists... Done
Building dependency tree
Reading state information... Done
software-properties-common is already the newest version (0.98.9.1).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
sudo add-apt-repository ppa:fontforge/fontforge
OUTPUT:
More info: https://launchpad.net/~fontforge/+archive/ubuntu/fontforge
Press [ENTER] to continue or Ctrl-c to cancel adding it.Ign:1 http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal InRelease
Err:2 http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
sudo apt-get update
OUTPUT:
More info: https://launchpad.net/~fontforge/+archive/ubuntu/fontforge
Press [ENTER] to continue or Ctrl-c to cancel adding it.Ign:1 http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal InRelease
Err:2 http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@HOME-PC:/home/nika/nerd-fonts# sudo apt-get update
Ign:1 http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Err:3 http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal Release
404 Not Found [IP: 91.189.95.83 80]
Hit:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/fontforge/fontforge/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
sudo apt-get install fontforge
OUTPUT:
Reading package lists... Done
Building dependency tree
Reading state information... Done
fontforge is already the newest version (1:20190801~dfsg-4).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
fontforge -script font-patcher /mnt/c/Users/nika/Downloads/CascadiaCodePL.ttf -c
OUTPUT:
Copyright (c) 2000-2020. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
with many parts BSD http://fontforge.org/license.html. Please read LICENSE.
Version: 20190801
Based on sources from 03:10 UTC 6-Mar-2020-ML-D-GDK3.
The following table(s) in the font have been ignored by FontForge
Ignoring 'HVAR' horizontal metrics variations table
Ignoring 'STAT' style attributes table
Use-my-metrics flag set on at least two components in glyph 681
Use-my-metrics flag set on at least two components in glyph 681
Use-my-metrics flag set on at least two components in glyph 713
Use-my-metrics flag set on at least two components in glyph 846
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Bad device table
Adding 54 Glyphs from Seti-UI + Custom Set
β’βββββββββββββββββββββββββββββββββββββββββ 4%font-patcher:823: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
glyph.left_side_bearing = 0.0
β’βββββββββββββββββββββββββββββββββββββββββ 4%Segmentation fault (core dumped)
PLEASE PUT HERE FOR ME NORMAL MANUAL WHICH SHOWS ME AWERITHYNG STEP BY STEP. Cheers! πππ