@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.
78 lines (71 loc) • 2.27 kB
CSS
/**
* @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("./eot/AmsterdamSans-Light.eot?#iefix");
src:
url("./eot/AmsterdamSans-Light.eot?#iefix") format("eot"),
url("./woff2/AmsterdamSans-Light.woff2") format("woff2"),
url("./woff/AmsterdamSans-Light.woff") format("woff");
}
@font-face {
font-display: swap;
font-family: "Amsterdam Sans";
font-style: normal;
font-weight: 400;
src: url("./eot/AmsterdamSans-Regular.eot?#iefix");
src:
url("./eot/AmsterdamSans-Regular.eot?#iefix") format("eot"),
url("./woff2/AmsterdamSans-Regular.woff2") format("woff2"),
url("./woff/AmsterdamSans-Regular.woff") format("woff");
}
@font-face {
font-display: swap;
font-family: "Amsterdam Sans";
font-style: italic;
font-weight: 400;
src: url("./eot/AmsterdamSans-Italic.eot?#iefix");
src:
url("./eot/AmsterdamSans-Italic.eot?#iefix") format("eot"),
url("./woff2/AmsterdamSans-Italic.woff2") format("woff2"),
url("./woff/AmsterdamSans-Italic.woff") format("woff");
}
@font-face {
font-display: swap;
font-family: "Amsterdam Sans";
font-style: normal;
font-weight: 700;
src: url("./eot/AmsterdamSans-Bold.eot?#iefix");
src:
url("./eot/AmsterdamSans-Bold.eot?#iefix") format("eot"),
url("./woff2/AmsterdamSans-Bold.woff2") format("woff2"),
url("./woff/AmsterdamSans-Bold.woff") format("woff");
}
@font-face {
font-display: swap;
font-family: "Amsterdam Sans";
font-style: italic;
font-weight: 700;
src: url("./eot/AmsterdamSans-BoldItalic.eot?#iefix");
src:
url("./eot/AmsterdamSans-BoldItalic.eot?#iefix") format("eot"),
url("./woff2/AmsterdamSans-BoldItalic.woff2") format("woff2"),
url("./woff/AmsterdamSans-BoldItalic.woff") format("woff");
}
@font-face {
font-display: swap;
font-family: "Amsterdam Sans";
font-style: normal;
font-weight: 800;
src: url("./eot/AmsterdamSans-ExtraBold.eot?#iefix");
src:
url("./eot/AmsterdamSans-ExtraBold.eot?#iefix") format("eot"),
url("./woff2/AmsterdamSans-ExtraBold.woff2") format("woff2"),
url("./woff/AmsterdamSans-ExtraBold.woff") format("woff");
}