blob: e6449f52a3ef2c630ab574ccdfd891f64640a0c3 [file] [log] [blame]
Adrià Vilanova Martínez5f5b3e02023-07-23 00:08:17 +02001import '../contentScripts/communityConsole/updateHandler/banner/components/index.js';
2
3import {injectStylesheet} from '../common/contentScriptsUtils.js';
4
5// This is necessary for the MD3 components. It is also done in
6// litComponentsInject.js, but when installing the extension
7// litComponentsInject.js hasn't been injected yet.
Renovate botaa5fb8e2024-02-25 18:10:09 +00008injectStylesheet('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1');