Twemoji Emoji Font

Hey, is there anyone aware how do I get twemoji emoji font system wide?
I am coming from fedora, there used to be package in official repos, which i had installed and removed noto one.
I can’t see similar package in repos here.

Probably three methods

  1. build from source
    GitHub - twitter/twemoji: Emoji for everyone. https://twemoji.twitter.com/

  2. Using package-utils bundle, download rpm file from fedora using dnf, then
    rpm2cpio file.rpm | cpio -idmv
    Put files where they need to go and use rpm -qp --scripts file.rpm to see if any post install steps

  3. Obtain the fonts from somewhere, create a folder in ~/.fonts, insert the fonts there then sudo fc-cache -v

As for removing the current font pack, I’m not familiar with that