Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Monaspace Nerd Font #260

Closed
redactedscribe opened this issue Nov 20, 2023 · 8 comments
Closed

Add Monaspace Nerd Font #260

redactedscribe opened this issue Nov 20, 2023 · 8 comments

Comments

@redactedscribe
Copy link

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

Thanks.

@jonz94
Copy link
Collaborator

jonz94 commented Nov 20, 2023

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
Copy link
Author

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
Copy link

EphemeralDev commented Nov 21, 2023

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

@jonz94
Copy link
Collaborator

jonz94 commented Nov 21, 2023

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
Copy link
Author

redactedscribe commented Nov 21, 2023

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
Copy link
Collaborator

jonz94 commented Nov 21, 2023

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
Copy link
Author

Thanks!

@jonz94
Copy link
Collaborator

jonz94 commented Nov 21, 2023

Resolved by #270

@jonz94 jonz94 closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants