ClickorKeyboard shortcut Alt + L

Dragto resize

Nord Design System SearchDeveloperDeveloperGetting startedUsing Web ComponentsWebfontsCDNLocalizationCSS Framework Legacy ESLint PluginWorking with AIFAQDesignDesignGetting startedFoundationsAccessibilityColor SystemColor UtilitiesPrinciplesFigma ToolkitGridIconographyNamingNordhealth BrandTypographyThemesBrand assetsToolsComponentsComponentsAccordion New Aside New Autocomplete New AvatarBadgeBanner Updated ButtonButton GroupCalendar Updated Card Updated Chart New Checkbox Updated Collapsible New Combobox New Command MenuData Table New Date Picker Updated Date Range Picker New DividerDrawer Updated DropdownEmpty StateField New FieldsetFilter Bar New FooterHeaderIconInput Updated Input Group New Item New Kbd New LayoutMessageMeter New Modal Updated NavigationNotificationNumber Field New Otp Field New Outline New Overflow List New Pagination New Popout Updated ProgressProgress BarQrcodeRadio Updated Range Updated Resizable New Rich Text Editor New Scroll Area New Segmented ControlSelect Updated SkeletonSpinnerStackTabTableTagTextarea Updated Time Picker New Timestamp New ToastToggle Updated TooltipTop BarTruncate New Visually HiddenDesign TokensDesign TokensTailwind CSSTailwind CSSBlocksBlocksTemplatesTemplatesIconsIconsPlaygroundPlaygroundLatest UpdatesLatest UpdatesChangelogChangelogMigration guidesMigration guides
GitHub

Clickto expandKeyboard shortcut Alt + L

Content Delivery Network

Nord Design System serves all of its packages via a Content Delivery Network for better performance and stability. Nord CDN also makes it faster to implement and use our packages in production.

A Content Delivery Network (CDN) is a group of geographically distributed servers that speed up the delivery of web content by bringing it closer to where users are. CDNs cache content like web pages, images, and video in proxy servers near to your physical location. Some of the benefits of using Nord’s CDN includes:

  • Faster load times and better performance for all users
  • CDN scales more rapidly during heavy traffic
  • Minimizes risk of traffic spikes at point of origin, ensuring stability
  • Decreases infrastructure costs due to traffic offloading
  • Faster to get up and running with development work

Available packages

The following packages are available for usage via Nord CDN:

URL structure

Nord CDN uses the following URL structure for the hosted packages:

https://nordcdn.net/ds/<package
  >/<version>/<file> </file></version
></package>

To fetch e.g. the Webfonts using the above format, you would write it like:

https://nordcdn.net/ds/fonts/2.0.0/fonts.css

Subresource Integrity

Subresource Integrity is a security feature that enables browsers to verify that resources they fetch from a CDN are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource must match (source: MDN).

Our documentation automatically provides cryptographic hashes for the latest available package versions. To enable SRI verification, use the following tags in the <head> of your application:

Design Tokens

<link rel="stylesheet" href="https://nordcdn.net/ds/tokens/9.0.3/tokens.custom-properties.css" integrity="sha384-qCiPLdt2VjJz4MEQ7ND7HvInjq2aKTxPgKJQjD/nMFXhSvqFWJ8ya6T/JCkXN+Qa" crossorigin="anonymous" />

Webfonts

<link rel="stylesheet" href="https://nordcdn.net/ds/fonts/3.0.4/fonts.css" integrity="sha384-5aBiATiGs6DP0TWJ2YBM9sLGrpH6OKSFkRhK27vqs+dqKsXPOoy44FP3ckbUZwB8" crossorigin="anonymous" />

Web Components

<script type="module" src="https://nordcdn.net/ds/components/5.0.3/index.js" integrity="sha384-M9tJ/oXCOP8I0FhpxlyBA5sKzbrAWDC+b7AlBgeDMOVGfiesm4gK6ldRcCRN2FOo" crossorigin="anonymous"></script>

CSS Framework

<link rel="stylesheet" href="https://nordcdn.net/ds/css/5.2.3/nord.min.css" integrity="sha384-1QZZLXO6H3XMIwxgdtR6ryCeueSTyFtyfQEp6ijhaPA1wmp+psPo2CK8k6g68Lwt" crossorigin="anonymous" />

Nordicons

<img src="https://nordcdn.net/ds/icons/3.17.2/assets/[ICON NAME].svg" height="24" width="24" alt="" />

Themes

<link rel="stylesheet" href="https://nordcdn.net/ds/themes/10.0.3/nord.css" integrity="sha384-SqCxn7Q5+e2kzU7wWzE+mNMFM3sj+NB2hkJ7d5kGl3dLYCp0Xi4sKr4AIqENr9HN" crossorigin="anonymous" />
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/10.0.3/nord-high-contrast.css" integrity="sha384-+dERGpT4xGBLgPh6CdDJqHx/5gKONuQBFHC9cbpCMYpL8kLYKbGJKkPN+kp+bj6D" crossorigin="anonymous" />
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/10.0.3/nord-dark.css" integrity="sha384-4mfQkitA1YUssjHukrfVhopnhPw9eM2tX8Z05rZ/5NJRmDJN1fQp2gGfwydx2SzL" crossorigin="anonymous" />
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/10.0.3/nord-dark-high-contrast.css" integrity="sha384-rCKmQhE5hwQkw/+xvIuXL0kY0s6bPfv/yJXQ5I0q5YXDSNMGpJ7xb3f/1rP/tX0d" crossorigin="anonymous" />

Color Utilities

<script src="https://nordcdn.net/ds/color/3.0.21/index.min.js" integrity="sha384-vxMH8BuLBSPx9sxDlOP3gLxWgErLnxJPyF5dL2cpT8/TqaYMWkx0LGPxffdHPN4f" crossorigin="anonymous"></script>

AG Theme Nord

<link rel="stylesheet" href="https://nordcdn.net/ds/ag-theme-nord/3.0.22/ag-theme-nord.min.css" integrity="sha384-KtxxzG0CfkTvOLBp5WW/cz3EPs7CjEn8Tv0SJ5xwy7BjEI5xb5vKD1NFfCIFj/v7" crossorigin="anonymous" />

Available versions

Nord CDN includes versioned releases of the following packages starting from:

  • @nordhealth/tokens: 1.0.0 and newer
  • @nordhealth/themes: 2.0.0 and newer
  • @nordhealth/fonts: 2.0.0 and newer
  • @nordhealth/components: 1.0.0-alpha.23 and newer
  • @nordhealth/css: 1.0.0-alpha.0 and newer
  • @nordhealth/color: 1.0.0 and newer
  • @nordhealth/ag-theme-nord: 1.0.0 and newer

Can I use Nord CDN in my own project?

Nord Design System is solely meant for building digital products and experiences for Nordhealth. Please see the terms of use for full license details.

Getting support

Need help with Nord CDN? Please head over to the Support page for more guidelines and ways to contact us.