matthewjberger / scoop-nerd-fonts

A scoop bucket for installing nerd fonts
The Unlicense
353 stars 34 forks source link

Add Monaspace Nerd Font #260

Closed redactedscribe closed 7 months ago

redactedscribe commented 7 months ago

Not sure if new fonts are automatically added, but I'd like to see Monaspace/Monaspice in the bucket once it's available: https://github.com/ryanoasis/nerd-fonts/pull/1405

Thanks.

jonz94 commented 7 months ago

Thanks for bringing this information!

We rely on the upstream nerd-fonts repository put the patched font in their release page, because what the font installer in this repository do is download the font files from their release page.

That means, after nerd-fonts releases a newer version, we can easily add Monaspace & Monaspice into the bucket.


Edited:

Monaspace font already added in #259

We can use the following commands to install it:

scoop update

scoop install Monaspace
redactedscribe commented 7 months ago

No problem.

Monaspace font already added in #259

This is the original Monaspace (non-patched) and the reason why I ask for the Nerd Fonts version.

I will wait until Monaspice is present in a NF release.

EphemeralDev commented 7 months ago

Monaspace nerd font version should now be available with the latest release (3.1.0)

jonz94 commented 7 months ago

Hi,

I just add Monaspace-NF, Monaspace-NF-Mono, and Monaspace-NF-Propo. Now, we can use the following commands to install them:

scoop update

scoop install Monaspace-NF
scoop install Monaspace-NF-Mono
scoop install Monaspace-NF-Propo
redactedscribe commented 7 months ago

Thanks @jonz94!

I've usually just downloaded and used the *-NF-Mono fronts available in this bucket and it's been fine. But I'm curious, what are (and why would I want) the plain *-NF or *-NF-Propo variants?

Edit: I think this might be to do with the flags the fonts have set, right? Some text editors will only let your pick a monospaced font if it's a "true" monospaced font, which I'm guessing only the *-NF-Mono variant is.

jonz94 commented 7 months ago

Great question!

I think this might be to do with the flags the fonts have set, right? Some text editors will only let your pick a monospaced font if it's a "true" monospaced font, which I'm guessing only the *-NF-Mono variant is.

Yes! You're right! The *-NF-Mono variant serves this purpose.

What are the plain *-NF or *-NF-Propo variants?

The full description of each font can be seen using the scoop info command:

PS C:\> scoop info Monaspace-NF

Name        : Monaspace-NF
Description : Nerd Fonts patched 'Monaspace' Font family. (Normal version, Nerd Fonts Symbol/Icon could be 1 or 2 cell wide)
(...)

PS C:\>scoop info Monaspace-NF-Mono

Name        : Monaspace-NF-Mono
Description : Nerd Fonts patched 'Monaspace' Font family. (Monospace version, Nerd Fonts Symbol/Icon will be always 1 cell wide)
(...)

PS C:\> scoop info Monaspace-NF-Propo

Name        : Monaspace-NF-Propo
Description : Nerd Fonts patched 'Monaspace' Font family. (Proportional version, for GUI usecases)
(...)
redactedscribe commented 7 months ago

Thanks!

jonz94 commented 7 months ago

Resolved by #270