We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f53cd commit f6007a6Copy full SHA for f6007a6
src/Subtitles/SubtitleComponent.js
@@ -54,6 +54,7 @@ export default class SubtitleComponent extends Lightning.Component {
54
55
get textFormat() {
56
const textTag = this.tag('Text').text
57
+
58
return {
59
fontFace: textTag.fontFace || 'sans-serif',
60
fontSize: textTag.fontSize,
0 commit comments