Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

moises-ai/frontend-platform-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front-end platform test

Common commands

  • node server.js - start the node server providing the data
  • npm run dev - run the development env with nextjs

Typography

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;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published