mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-14 15:56:38 +03:00
7d61334759
* Update all UI components to use SVG icons instead of icon fonts * Adjust some icon sizes to 32px Replacing icon fonts with inline SVGs removes the loading delay caused by font fetching. Icons now appear immediately with zero delay. Close https://github.com/shaka-project/shaka-player/issues/2467
18 lines
504 B
Plaintext
18 lines
504 B
Plaintext
/** @license
|
|
* Shaka Player
|
|
* Copyright 2016 Google LLC
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
@import "less/general.less";
|
|
@import "less/containers.less";
|
|
@import "less/buttons.less";
|
|
@import "less/range_elements.less";
|
|
@import "less/other_elements.less";
|
|
@import "less/overflow_menu.less";
|
|
@import "less/ad_controls.less";
|
|
@import "less/tooltip.less";
|
|
@import "less/thumbnails.less";
|
|
@import "less/material_svg_icon.less";
|
|
@import (css, inline) "https://fonts.googleapis.com/css?family=Roboto";
|