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 fb51faa commit dda2b04Copy full SHA for dda2b04
client/packages/lowcoder/src/comps/comps/textComp.tsx
@@ -28,6 +28,7 @@ const getStyle = (style: TextStyleType) => {
28
color: ${style.text};
29
font-size: ${style.textSize} !important;
30
font-weight: ${style.textWeight} !important;
31
+ font-family: ${style.fontFamily} !important;
32
background-color: ${style.background};
33
.markdown-body a {
34
color: ${style.links};
0 commit comments