Define content styles inline using content-css-text instead of linking an external stylesheet. Ideal for quick customizations without a separate CSS file.
<richtextbox toolbar="default"
height="300px"
content-css-text="body { font-family: Georgia, serif; font-size: 16px; line-height: 1.8; color: #333; }"
html="..." />