Skip to content

Instantly share code, notes, and snippets.

@Royovo
Last active March 2, 2018 06:40
Show Gist options
  • Save Royovo/b615a58b209d0ed72f7287933efa212f to your computer and use it in GitHub Desktop.
Save Royovo/b615a58b209d0ed72f7287933efa212f to your computer and use it in GitHub Desktop.
Font weight definition
const fontWeight = {
thin: "100", //Thin
ultraLight: "200", //Ultra Light
light: "300", //Light
regular: "400", //Regular
medium: "500", //Medium
semiBold: "600", //Semi Bold
bold: "700", //Bold
heavy: "800", //Heavy
black: "900" //Black
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment