Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 6f03ee1

Browse files
fix: make sure icon font is loaded
1 parent d1a8649 commit 6f03ee1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

oscd-template-generator.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/* eslint-disable import/no-extraneous-dependencies */
22
/* eslint-disable @typescript-eslint/no-unused-vars */
3-
/* eslint-disable no-plusplus */
4-
/* eslint-disable no-loop-func */
5-
/* eslint-disable no-nested-ternary */
6-
import { LitElement, html, css } from 'lit';
3+
import { css, html, LitElement } from 'lit';
74
import { state, query } from 'lit/decorators.js';
85

96
import { ScopedElementsMixin } from '@open-wc/scoped-elements/lit-element.js';
@@ -331,6 +328,7 @@ export default class TemplateGenerator extends ScopedElementsMixin(LitElement) {
331328
);
332329
--md-list-container-color: var(--oscd-base2);
333330
--md-fab-container-color: var(--oscd-secondary);
331+
font-family: var(--oscd-theme-icon-font, 'Material Symbols Outlined');
334332
}
335333
336334
.container {

0 commit comments

Comments
 (0)