
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@riverty/fonts
Advanced tools
Riverty, your flexible Payment Companion. 25+ million users, 1+ billion secure transactions.
Riverty Design System: a design and development toolkit tailor-made for Riverty teams and collaborators.
We welcome contributions to the Fonts package! This package manages web fonts and @font-face definitions.
cd packages/fonts
npm install
npm run build # Process fonts and generate CSS
src/
├── fonts/ # Font files (woff2, woff, etc.)
└── font-faces.scss # @font-face definitions
Font metadata is defined in fonts.json:
{
"fonts": [
{
"family": "Riverty Sans",
"weight": 400,
"style": "normal",
"files": {
"woff2": "riverty-sans-regular.woff2",
"woff": "riverty-sans-regular.woff"
}
}
]
}
Adding new font files:
src/fonts/fonts.json with metadatanpm run buildTesting font loading:
npm run build
cd ../website
npm run start
Verify @font-face declarations:
lib/Supported formats (in order of preference):
# Build fonts
npm run build
# Verify artifacts (if available)
npm run verify:artifacts
npm run build - Process fonts and generate CSSnpm run verify:artifacts - Verify build outputsFor complete contribution guidelines, see CONTRIBUTING.md in the repository root.
FAQs
Riverty Design System: fonts
We found that @riverty/fonts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.