UNPKG

@amsterdam/design-system-assets

Version:

All assets from the Amsterdam Design System. Use it to include the correct fonts, icons or logos in your website or application.

62 lines (54 loc) 1.29 kB
/** * @license SEE LICENSE.md * Copyright Gemeente Amsterdam * All rights reserved */ @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: normal; font-weight: 300; src: url("AmsterdamSans-Light.woff2") format("woff2"); } @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: normal; font-weight: 400; src: url("AmsterdamSans-Regular.woff2") format("woff2"); } @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: italic; font-weight: 400; src: url("AmsterdamSans-Italic.woff2") format("woff2"); } @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: normal; font-weight: 700; src: url("AmsterdamSans-Bold.woff2") format("woff2"); } @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: italic; font-weight: 700; src: url("AmsterdamSans-BoldItalic.woff2") format("woff2"); } @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: normal; font-weight: 800; src: url("AmsterdamSans-ExtraBold.woff2") format("woff2"); } @font-face { font-display: swap; font-family: "Amsterdam Sans"; font-style: normal; font-weight: 900; src: url("AmsterdamSans-Black.woff2") format("woff2"); }