
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@nimiq/style
Advanced tools
The Nimiq CSS framework, defining UI look and feel: colors, fonts, sizes.
Please refer to the demo page for examples and in-depth explanations of available UI components, what they look like, and how to use them.
The style framework consists of two parts, the CSS definitions and the fonts (available via Google Fonts).
yarn add @nimiq/style
# or
npm install @nimiq/style
Then import the style into your CSS or module files:
@import 'node_modules/@nimiq/style/nimiq-style.min.css';
To use icons, you need to link to the icon sprite:
<svg class="nq-icon">
<use xlink:href="node_modules/@nimiq/style/nimiq-style.icons.svg#nq-hexagon"/>
</svg>
You can also link to the Nimiq Style CSS directly in your HTML:
<link href="https://cdn.jsdelivr.net/npm/@nimiq/style@v0.8.5/nimiq-style.min.css" rel="stylesheet">
Note: To use icons, you need to host and serve
the nimiq-style.icons.svg file
yourself, because cross-origin requests of SVG sprites are not allowed by browsers.
To use Nimiq's main font "Muli", include it from Google Fonts:
<link href="https://fonts.googleapis.com/css?family=Muli:400,600,700" rel="stylesheet">
Nimiq also uses the monospace font "Fira Mono" to display account numbers. Include the required subset from Google Fonts:
<link href="https://fonts.googleapis.com/css?family=Fira+Mono&text=0123456789ABCDEFGHJKLMNPQRSTUVXY%20" rel="stylesheet">
FAQs
The Nimiq style framework.
We found that @nimiq/style demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.