GithubHelp home page GithubHelp logo

Smileys/Emoticons not displaying about yakyak HOT 8 CLOSED

Gibbz avatar Gibbz commented on June 16, 2024
Smileys/Emoticons not displaying

from yakyak.

Comments (8)

averrin avatar averrin commented on June 16, 2024

I did it by two ways:

  1. Add emoji font to css:
@font-face {
        font-family: "EmojiSymbols";
        src: url('css/EmojiSymbols-Regular.woff') format('woff');
        text-decoration: none;
        font-style: normal;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif, "EmojiSymbols";
}

But its too small and non-colored

  1. I add ugly hack for EmojiOne support.
    Its too bad for pull request, but if someone want to see it:
    https://github.com/averrin/yakyak
    (also added some hotkeys and dark theme design)

from yakyak.

Gibbz avatar Gibbz commented on June 16, 2024

just noticed they have a dedicated site

https://hangouts.google.com/

from yakyak.

averrin avatar averrin commented on June 16, 2024

I know, but Google products always have a horrible customization. I prefer dark design and vim-like shortcuts, but but its impossible if i use web-app=(

from yakyak.

davibe avatar davibe commented on June 16, 2024

@averrin can you make something pretty we can merge ? :)

from yakyak.

averrin avatar averrin commented on June 16, 2024

@davibe ok, i will try

from yakyak.

AdrianoCahete avatar AdrianoCahete commented on June 16, 2024

πŸ‘

from yakyak.

m0llysour avatar m0llysour commented on June 16, 2024

what about using this? https://github.com/twitter/twemoji

from yakyak.

landsman avatar landsman commented on June 16, 2024

Will be good :)

from yakyak.

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.