Giter Club home page Giter Club logo

Comments (8)

13rac1 avatar 13rac1 commented on May 25, 2024

Yes, still looks like the best solution. Microsoft and Apple probably ship emoji characters in a separate font for this reason.

Short term goal: DejaVu Sans without emoji to ship with this font.
Long term goal: a DejaVu Emoji font in a pull request.

Follow along here: https://github.com/eosrei/dejavu-fonts/tree/emoji

from emojione-color-font.

13rac1 avatar 13rac1 commented on May 25, 2024

Just found some emoji in DejaVu Serif and DejaVu Sans Mono. I need to fork the whole family! Yay.
DejaVu Serif too

from emojione-color-font.

13rac1 avatar 13rac1 commented on May 25, 2024

This font: https://github.com/eosrei/dejavu-fonts/commit/46ba8581cd599b4e4e247c5d3d19e02aa99f73fa with the following fonts.conf seems to work:

<fontconfig>
  <match>
    <test name="family"><string>sans-serif</string></test>
    <edit name="family" mode="prepend" binding="strong">
      <string>DejaVu Sans No Emoji</string>
      <string>Emoji One Color</string>
    </edit>
  </match>
  <match>
    <test name="family"><string>Apple Color Emoji</string></test>
    <edit name="family" mode="prepend" binding="strong">
      <string>Emoji One Color</string>
    </edit>
  </match>
  <match>
    <test name="family"><string>Segoe UI Emoji</string></test>
    <edit name="family" mode="prepend" binding="strong">
      <string>Emoji One Color</string>
    </edit>
  </match>
</fontconfig>

from emojione-color-font.

13rac1 avatar 13rac1 commented on May 25, 2024

I've found a much better solution to this issue: Bitstream Vera! It's the basis for DejaVu and doesn't include all of these characters needing to be overridden. Bitstream Vera is going to be the default install recommendation going forward. Noto can work if modified to remove a few emoji from the regular fonts which IMO should be moved to Noto Emoji I'll open on that project about it.

from emojione-color-font.

qnub avatar qnub commented on May 25, 2024

Have same view

from emojione-color-font.

13rac1 avatar 13rac1 commented on May 25, 2024

DejaVu is the default font family for Linux. My provided fontconfig is the solution for this.

from emojione-color-font.

qnub avatar qnub commented on May 25, 2024

fonts.config installed with this tdistributio give result from this screenshot.

from emojione-color-font.

13rac1 avatar 13rac1 commented on May 25, 2024

Please open a new issue with the following details:

from emojione-color-font.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.