font icon indicating copy to clipboard operation
font copied to clipboard

Icon font used for Video.js

Results 7 font issues
Sort by recently updated
recently updated
newest added

- Updates the Twitter logo to the new X one 😮‍💨 - Update node and node-sass

I had some issues generating a css font-file but once I did the following it helped me out.

Installing the package on Node v14.16.0 wasn't possible, because of node-sass and using the C++ binaries in ttf2woff2 failed (but fell back to use their Emscripten approach). - [[email protected]](https://github.com/sindresorhus/grunt-sass/releases/tag/v2.1.0) was...

Hi, Could you add Loop icon to the font? I created a button plugin to allow disable/enable loop `repeat` and `repeat_on` icons ``` /* eslint-disable */ import videojs from 'video.js';...

It should be documented that new icons should be added to the end of the list in `icons.json`. If not, it'll shift codepoints for existing icons, which we want to...

In similar spirit to https://github.com/videojs/video.js/issues/1880. ``` scss @each $name, $content in $icons { .vjs-icon-#{$name} { font-family: $icon-font-family; font-weight: normal; font-style: normal; &:before { content: char($content); } } } ``` https://github.com/videojs/font/blob/master/scss/_icons.scss#L74...

Although the existing audio description icon is the standard one (and the one I suggested!), it's in the same style as the more conventional [CC button](https://upload.wikimedia.org/wikipedia/commons/0/09/Closed_captioning_symbol.svg). There isn't a suitable...