Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| blocks:custom_styling [2024-11-11 10:23] – Added ready-to-import demo block admin | blocks:custom_styling [2026-01-19 09:47] (current) – Added note on non-latin fonts admin | ||
|---|---|---|---|
| Line 162: | Line 162: | ||
| You can only apply a single style file to a block. This is specified at the root level of the block. To use styles from multiple sources, combine them all into a single CSS file. You can also apply a CSS file globally, making it available to all blocks without any additional effort. This is done using the // | You can only apply a single style file to a block. This is specified at the root level of the block. To use styles from multiple sources, combine them all into a single CSS file. You can also apply a CSS file globally, making it available to all blocks without any additional effort. This is done using the // | ||
| + | ==== Using non-Latin Fonts ==== | ||
| + | If your target audience speaks a language using non-latin characters, such as japanes or korean, you need to provide the relevant fonts containing those character sets. [[blocks: | ||
| ===== Globally Applied Classes ===== | ===== Globally Applied Classes ===== | ||