diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-22 18:04:28 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-22 18:04:28 +0200 |
| commit | 7d2faccd4f62e8ff6c2f6cc9b8b11d890a6ab974 (patch) | |
| tree | 3b4b281caa49a94d85283dcd22083c1f60bbf706 /src/components/rich_content/rich_content.style.js | |
| parent | 779b3dc1228030740ccfbd5192bcd368b526ce56 (diff) | |
fonts support, cleanup
Diffstat (limited to 'src/components/rich_content/rich_content.style.js')
| -rw-r--r-- | src/components/rich_content/rich_content.style.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/rich_content/rich_content.style.js b/src/components/rich_content/rich_content.style.js index 7acc9d4f..c8314000 100644 --- a/src/components/rich_content/rich_content.style.js +++ b/src/components/rich_content/rich_content.style.js @@ -9,6 +9,8 @@ export default { defaultRules: [ { directives: { + '--font': 'generic | inherit', + '--monoFont': 'generic | monospace', textNoCssColor: 'yes' } } |
