7 repositorios
CSS properties and techniques for controlling font family, size, weight, and text transformation.
Distinct from Fonts and Typography: None of the candidates cover general CSS typography properties; they focus on font glyphs or general devtools
Explore 7 awesome GitHub repositories matching user interface & experience · CSS Typography. Refine with filters or upvote what's useful.
This project is a comprehensive collection of web development reference guides and technical cheat sheets. It provides a curated set of markdown-based documentation designed to help developers quickly locate syntax patterns and API examples for common web technologies and programming languages. The repository serves as a specialized reference library covering several distinct technical domains. It includes extensive guides for CSS, focusing on selectors, Flexbox, Grid, and responsive layout properties, as well as a DevOps command reference for Docker, Kubernetes, AWS, Ansible, and general she
Lists CSS properties for controlling font family, size, weight, and text transformation.
Magic of CSS is a structured tutorial series that teaches web developers advanced CSS layout, typography, and animation techniques through hands-on examples. The course covers the full spectrum of CSS capabilities, from foundational box model and positioning concepts to sophisticated animation and interactive state management, all without relying on JavaScript. The series distinguishes itself by teaching practical, real-world CSS patterns such as inline-block justified grids, percentage-based absolute positioning, table-display vertical centering, and letter-span styling techniques. It demons
Controlling font properties, spacing, alignment, and text effects to improve readability and visual design on web pages.
Applies Edward Tufte's distinctive handout aesthetic—serif typography, generous margins, and tight graphic integration—to HTML documents.
Tailwind CSS Typography is a plugin for the Tailwind CSS framework that provides hand-tuned typographic defaults for blocks of vanilla HTML content, such as content from Markdown or a CMS. It applies beautiful prose styles to HTML content using a single class, eliminating the need for custom CSS to style rich text. The plugin distinguishes itself by offering deep customization and control over typography. Users can adjust the overall font size of prose content across five predefined sizes, select from five built-in gray-scale palettes to match a project's color scheme, and seamlessly adapt ty
Adds hand-tuned prose classes to vanilla HTML content for beautiful typography without custom CSS.
Este proyecto es un editor de diseño gráfico basado en web y diseñador de pósteres en línea. Proporciona un entorno basado en navegador para crear diseños visuales profesionales, gráficos de comercio electrónico y portadas para redes sociales utilizando un lienzo con elementos de arrastrar y soltar. El kit de herramientas incluye un convertidor de plantillas PSD especializado que analiza archivos de diseño de Photoshop para convertirlos en plantillas web editables. También cuenta con un generador de códigos QR personalizado capaz de producir códigos estilizados con degradados y logotipos incrustados, junto con una herramienta de manipulación de imágenes basada en navegador para recortar activos y eliminar fondos. El editor cubre capacidades amplias de diseño gráfico, incluyendo la gestión de mesas de trabajo y capas, formato de tipografía con efectos CSS y asistencia de alineación espacial mediante guías y reglas. La salida de alta fidelidad se logra a través de un proceso híbrido de renderizado en el frontend y el servidor para asegurar una reproducción precisa de la imagen. El sistema soporta la gestión de plantillas de usuario para almacenar y actualizar diseños personalizados.
Uses CSS properties to control advanced typography, including font styles, strokes, and gradients.
mPDF es una biblioteca PHP que transforma HTML y CSS codificados en UTF-8 en documentos PDF formateados. Sirve como motor de generación de PDF y arquitecto de documentos capaz de convertir páginas web y formularios HTML en archivos profesionales. El proyecto se distingue por sus capacidades de renderizado multilingüe, proporcionando un soporte integral para texto bidireccional, scripts de derecha a izquierda y lenguajes CJK mediante la incrustación de fuentes Unicode y el procesamiento de diseño OpenType. Además, permite un diseño profesional listo para impresión mediante modelado de color avanzado en CMYK, dimensionamiento preciso de páginas y cumplimiento con los estándares de archivo PDF/A y PDF/X. La biblioteca cubre una amplia gama de funciones de diseño e interactividad de documentos, incluyendo la generación de formularios interactivos, marcadores e índices buscables. Proporciona controles detallados para plantillas de página, encabezados y pies de página, y renderizado de datos tabulares complejos. Las capacidades adicionales incluyen cifrado de PDF, subconjunto de fuentes para optimización del tamaño de archivo y la capacidad de importar páginas PDF externas como plantillas. El sistema se integra con el registro (logging) compatible con PSR-3 para realizar un seguimiento de eventos internos y errores de ejecución.
Deno PDF sets typography attributes including font family, size, and weight using standard CSS properties.
Typography.js is a configuration-driven engine designed to standardize web design systems by generating consistent CSS rules for font scales, line heights, and vertical rhythm. It functions as a centralized toolkit where developers define typographic settings within a single JavaScript object, which the engine then translates into a complete set of style rules for an entire project. The project distinguishes itself through its portability and extensibility, allowing design themes to be packaged as reusable objects that maintain a unified visual language across multiple applications. A modular
Acts as a configuration-driven engine that translates typographic settings into consistent CSS rules for web projects.