0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)C22 forks (22 forks)auto 404
cssenhancementgood first issueyaml
Repository metrics
- Stars
- 28 stars (28 stars)
- PR merge metrics
- Avg merge 12h 6m (Avg merge 12h 6m)95 merged PRs in 30d (95 merged PRs in 30d)
Description
DescriptionCategory: FTag: font-language-overrideBrief: Controls the usage of language-specific glyphs in a typefaceLearn more about font-language-overrideImplement this tag in the Salam programming language for generating equivalent CSS.
Contributor guide
- Research direction
- To implement 'font language override', first find the existing implementation of a similar CSS property in the Salam source code (e.g., 'font family'). Study how the tag is defined, parsed, and converted to CSS. Then replicate that structure for 'font language override', adding the appropriate CSS output. Ensure to update any relevant documentation or test files.
- Tech stack
- cssc
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- CSS