Files
tool-website/src/app/components/custom-title/custom-title.html
2025-11-19 19:14:40 +01:00

9 lines
141 B
HTML

<a
[ngStyle]="{
'font-size': textSizeInPx() + 'px',
color: textColor(),
'font-weight': fontWeight(),
}"
>{{ text() }}</a
>