We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typography*
Font*
Fonts tokens are the latest raw + semantic tokens to sync with Figma.
There's a little preparation work to do before on your side to receive files generated from OUDS Tokenator.
TypographyRawTokens+Values.swift
FontRawTokens+Values.swift
OUDSTheme+TypographySemanticTokens.swift
OUDSTheme+FontSemanticTokens.swift
Font
TypographyFontFamilySemanticToken
FontFamilySemanticToken
The text was updated successfully, but these errors were encountered:
pylapp
No branches or pull requests
Fonts tokens are the latest raw + semantic tokens to sync with Figma.
There's a little preparation work to do before on your side to receive files generated from OUDS Tokenator.
TypographyRawTokens+Values.swift
must be renamed toFontRawTokens+Values.swift
(and so the extension name as well)OUDSTheme+TypographySemanticTokens.swift
must be renamed toOUDSTheme+FontSemanticTokens.swift
(and so the extension name as well)Typography*
→Font
(e.g.TypographyFontFamilySemanticToken
→FontFamilySemanticToken
)Typography*
should beFont*
; "typography" doesn't exist on the tokens side.The text was updated successfully, but these errors were encountered: