Monospace
Compare the same text specimen.
Open field noteExplore Character width.
2 field notes
| Concept | Features | Advantages | Limitations | Suitable situations | Combination conditions |
|---|---|---|---|---|---|
| Monospace | Monospaced Latin glyphs share an advance width even when their ink shapes differ. | Equal Latin advances preserve code and data column alignment. | CJK, emoji, combining marks, and fallback faces can break that model; inspect the supported character set. | Choose it for code or aligned Latin data. | Use fixed-width code beside proportional explanatory text. |
| Proportional | Proportional letters use varying advance widths. | Different advances fit letters to their individual proportions. | Font coverage and number features vary; measure the loaded face rather than infer widths from its name. | Choose it for flowing text. | Both serif and sans-serif can be proportional; tabular digits can coexist. |