Nord CDN

Nord 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:


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>

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/7.0.1/tokens.custom-properties.css" integrity="sha384-G32Zv9loteV6mO9sQTAC01TtwnSz6uUOCwY0hxQZEhM/5XG8PMQMPXOb4ccP0iyG" crossorigin="anonymous" />

Webfonts #

<link rel="stylesheet" href="https://nordcdn.net/ds/fonts/3.0.0/fonts.css" integrity="sha384-dkSLlcNlq50O3Ils6+x72v07BbSaUb10p9/GEuuIJBcR1d0Nn+lDdvUQoXYz2Dq9" crossorigin="anonymous" />

Web Components #

<script type="module" src="https://nordcdn.net/ds/components/3.8.0/index.js" integrity="sha384-zvZDBl7G/h/0UeesdZH1CBfL9kfoMi+5/I28m8u8yCgzJC7kohDH3I6XgaMzYnLW" crossorigin="anonymous"></script>

CSS Framework #

<link rel="stylesheet" href="https://nordcdn.net/ds/css/3.1.1/nord.min.css" integrity="sha384-zz2Vh/uaPtnKKnKq4a8aP/R7ybJEZD3LuwnvmLE+p42C+Zjr2R0Y+PKwdABWc61A" crossorigin="anonymous" />

Nordicons #

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

Themes #

<!-- Light default theme -->
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/8.0.1/nord.css" integrity="sha384-0Cfi7HuwGy+wburyclpPdLl1Djoqk3OD3YVxD0Y6eHSe0JB0wYCq5MWjQagEwBcE" crossorigin="anonymous" />
<!-- Light high contrast theme -->
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/8.0.1/nord-high-contrast.css" integrity="sha384-XxkWYGGTs7ql2s3/vXAFcy7o4LKft4SHVkfjSGTpJ6C8yl1K2XP/a0Jt9dD2Om50" crossorigin="anonymous" />
<!-- Dark default theme -->
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/8.0.1/nord-dark.css" integrity="sha384-4mfQkitA1YUssjHukrfVhopnhPw9eM2tX8Z05rZ/5NJRmDJN1fQp2gGfwydx2SzL" crossorigin="anonymous" />
<!-- Dark high contrast theme -->
<link rel="stylesheet" href="https://nordcdn.net/ds/themes/8.0.1/nord-dark-high-contrast.css" integrity="sha384-lVjSY8vXAQ/hGmdyl5HjCVi08pGs1ZgbEuRF5t16MBwqaUxHWwwa4A91qnxlka1C" crossorigin="anonymous" />

Color Utilities #

<script src="https://nordcdn.net/ds/color/2.0.12/index.min.js" integrity="sha384-jxrTtdfF/6hvgvhLE4alDoHJFk9JrEs860SBDqh8N/S4EMQ6Q9UA3CTRLbAEGY3i" crossorigin="anonymous"></script>

AG Theme Nord #

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

Available versions #

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


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.


Was this page helpful?

YesNo
Send feedback

We use this feedback to improve our documentation.

 
Edit page