2 个仓库
Standardization of font stacks and typography settings to ensure consistent rendering across different operating systems.
Distinct from CSS Normalization: Targets font stacks and text rendering consistency instead of general CSS normalization.
Explore 2 awesome GitHub repositories matching web development · Typography Normalization. Refine with filters or upvote what's useful.
sanitize.css 是一个 CSS 重置库和标准化工具,为 Web 项目提供基准样式表。它通过移除不一致的浏览器默认样式并实施全局 CSS 重置,建立了一个统一的视觉起点。 该项目专注于跨浏览器样式标准化,确保排版、表单控件和 HTML 元素在不同浏览器和设备上呈现一致。它实现了系统字体栈以消除渲染差异,并应用盒模型(box-sizing)标准化以确保可预测的布局模型。 该库还包括无障碍基础功能,例如将无障碍角色映射到视觉光标,并尊重系统减少动画的偏好。此外,它还通过强制图像和嵌入内容保持在其父容器内来处理响应式媒体。
Applies a consistent system-font stack to eliminate rendering discrepancies across different browsers and devices.
typo.css 是一个 CSS 框架和重置库,旨在规范浏览器样式并优化中文字符和标点的视觉渲染。它提供了一个 Web 排版系统,通过移除默认浏览器样式并同步不同 Web 环境下的中文文本渲染,建立了一致的视觉基准。 该项目专注于通过实用类系统实现专业的中文排版。这些工具允许应用语法标记、标准化标点格式以及渲染优化,以提高中文字符的可读性和流畅度。 该框架还涵盖了文档布局管理,包括防止布局破坏的文本换行控制,以及受印刷启发的视觉效果(如首字下沉)。它包括对各种 HTML 元素的规范化,以确保统一的排版基础。
Standardizes font stacks and typography settings to ensure consistent Chinese character rendering across browsers.