justoverclockl / justoverclockl/edit-posts

Incompatibility with `blomstra-fontawesome`

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
0
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The extension does not properly render the "reply" (and "like") icon when Font Awesome extension is enabled, as it uses the "Font Awesome 5" font:

![Image](https://github.com/user-attachments/assets/a3e39436-b85c-45e2-8280-8d2fe1d230bc)

This can be fixed by applying a manual CSS fix:

```
.Post-actions .Button--link::before {
font-family: 'Font Awesome 6 Free' !important;
}
```

However, I wonder why the extension is not using the `` method of inserting icons? Seems like it's a generic approach that would work for any kit, since it's the loaded Font Awesome CSS that describes the `fas fa` classes and ensures compatibility between FA 5 and 6 and also Free vs Pro versions

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.