@tpzdsp/eslint-config-dsp
Version:
re-usable config for ESLint, Prettier and semantic-release
21 lines (19 loc) • 545 B
CSS
/* Although this is in the tailwind directory, it has nothing to do with tailwind and is just raw css font faces */
@font-face {
font-family: 'GDS Transport';
src:
url('gds-light-w2-v2.woff2') format('woff2'),
url('gds-light-w-v2.woff') format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GDS Transport';
src:
url('gds-bold-w2-v2.woff2') format('woff2'),
url('gds-bold-w-v2.woff') format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}