nerd-fonts icon indicating copy to clipboard operation
nerd-fonts copied to clipboard

include font awesome 6

Open Nachtpfoetchen opened this issue 3 years ago • 8 comments

Font awesome 6 was released - would be cool to update font awesome in nerdfonts. https://github.com/FortAwesome/Font-Awesome/releases/tag/6.0.0

Nachtpfoetchen avatar Feb 17 '22 12:02 Nachtpfoetchen

Related: #727 (kind of duplicate)

Finii avatar Feb 17 '22 16:02 Finii

Related: #793

Finii avatar Feb 22 '22 11:02 Finii

I want this too. I need a good cpu icon.

Un1q32 avatar Mar 13 '22 11:03 Un1q32

I, too, am interested in fa6 support. I'm not exactly sure if it's already possible as described here. @phdpe Can you confirm?

0ptim avatar Mar 15 '22 14:03 0ptim

At the moment font-patcher takes all Font Awesome 4.007 glyphs in the range F000 - F2E0 and patches them into the target font at the same codepoints. It has only very few 'gaps'.

To have the 'same' glyph set you need to

  • patch Font Awesome 6 Brands-Regular-400.otf an then
  • over-patch with Font Awesome 6 Free-Solid-900.otf

With these settings, both:

'Exact': True,
'SymStart': 0xF000, 'SymEnd': 0xF2E0,
'SrcStart': None, 'SrcEnd': None,
'ScaleGlyph': FONTA_SCALE_LIST, 'Attributes': SYM_ATTR_FONTA

@0ptim But that will not add all the additional symbols that FA now has. Would it be helpful to test this? Are you interested in any specific (renovated?) glyphs? Please give the codepoints.

FA4: image

FA6 (combine): image

Edit: Add images

Finii avatar Mar 15 '22 15:03 Finii

FA6 has glyphs 'everywhere' but at least the 'core range' seems to be F000 - F8FF. That overlaps with codepoints used by Nerd Fonts for other fonts, ... That is the reason I suggested to keep the 'old FA4 range' in the comment above.

Nice overview about occupied codepoints https://github.com/ryanoasis/nerd-fonts/issues/365#issue-476391558

Edit: Add specifics where I suggested the old range Edit: Add link to issue 365

Finii avatar Mar 15 '22 15:03 Finii

FA6 seems to ... ignore/not provide inverted icons?

image

And what happened with the talk-bubble circled blue?

Finii avatar Mar 15 '22 15:03 Finii

@Finii Thanks for your quick response. Please forgive my inexperience, when it comes to fonts.

My goal is to have some font like CaskaydiaCove-Regular or the like and patch it with Font Awesome 6 Brands-Regular-400 and Font Awesome 6 Pro-Solid-900.otf.

That is the reason I suggested to keep the 'old FA4 range' in the comment above

What are the implications of this? Does this mean that if I copy and paste glyphs from the FA-website, the glyphs won't display because they are not in the same range?

Are you interested in any specific (renovated?) glyphs? Please give the codepoints.

Sorry, but I don't understand your question here.

FA6 seems to ... ignore/not provide inverted icons?

I guess they just no longer provide the inverted versions because it can simply be achieved by setting the font color.

And what happened with the talk-bubble circled blue?

Good spot! I don't understand what happened there either.

0ptim avatar Mar 16 '22 07:03 0ptim

Closed because moved to https://github.com/ryanoasis/nerd-fonts/discussions/1095

Finii avatar May 05 '23 08:05 Finii

This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference.

github-actions[bot] avatar Nov 06 '23 00:11 github-actions[bot]

Continued in

  • #1550

Finii avatar Mar 24 '24 16:03 Finii

Done.

Finii avatar Apr 12 '24 11:04 Finii