node server.js
- start the node server providing the datanpm run dev
- run the development env with nextjs
Follow this global css to include font custom using in figma file:
@font-face {
font-family: 'Articulat';
src: url('/assets/fonts/ArticulatCF-Medium.otf');
font-weight: 600;
}
@font-face {
font-family: 'Articulat';
src: url('/assets/fonts/ArticulatCF-Normal.otf');
font-weight: 500;
}
body {
font-size: 16px;
font-weight: 500;
line-height: 100%;
font-family: 'Articulat', helvetica, arial, sans-serif;
}