mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-28 22:34:08 +00:00
7 lines
218 B
Text
7 lines
218 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
import { AppState } from "../../appState.slint";
|
|
|
|
export component HaText inherits Text {
|
|
font-family: AppState.default-font-family;
|
|
}
|