Chocobozzz / PeerTube

ActivityPub-federated video streaming platform using P2P directly in your web browser
https://joinpeertube.org/
GNU Affero General Public License v3.0
12.89k stars 1.48k forks source link

Please, use SVG icons instead font icons #6362

Open toby3d opened 4 months ago

toby3d commented 4 months ago

Describe the current behavior

At least the PeerTube player uses font icons instead of SVGs, which break down into "tofu" if you completely disable font loading on the browser side: изображение

Steps to reproduce

Disable external fonts download in your browser by setting or uBlock Origin option.

Describe the expected behavior

SVG icons for pause/play, CC buttons and round scroller in timeline slider, as in any other buttons and elements of PeerTube interface.

Additional information

Chocobozzz commented 4 months ago

video.js 8.5 may allow us to use svg icons: https://github.com/videojs/video.js/blob/main/CHANGELOG.md#850-2023-06-12

But video.js upgrade to v8 is currently blocked by https://github.com/videojs/video.js/issues/8242