@alifd/next
Version:
A configurable component library for web built on React.
42 lines (41 loc) • 1.42 kB
CSS
:root {
--font-custom-path: "//i.alicdn.com/artascope-font/20160419204543/font/";
--font-custom-name: Roboto;
--font-name-thin: roboto-thin;
--font-name-light: roboto-light;
--font-name-regular: roboto-regular;
--font-name-medium: roboto-medium;
--font-name-bold: roboto-bold;
--font-name-bolder: roboto-bolder;
--font-lineheight-base: 1.28571;
--font-face-name-default: "Roboto";
--font-face-url-default: "//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot";
--font-face1-name: "Roboto";
--font-face1-url: "//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot";
--font-face2-name: "Roboto";
--font-face2-url: "//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot";
--font-face3-name: "Roboto";
--font-face3-url: "//i.alicdn.com/artascope-font/20160419204543/font/roboto-thin.eot";
--font-weight-1: lighter;
--font-weight-thin: 200;
--font-weight-light: 300;
--font-weight-2: normal;
--font-weight-medium: 500;
--font-weight-semi-bold: 600;
--font-weight-3: bold;
--font-weight-extra-bold: 800;
--font-weight-ultra-bold: 900;
--font-weight-bolder: bolder;
--font-size-display-3: 56px;
--font-size-display-2: 48px;
--font-size-display-1: 36px;
--font-size-headline: 24px;
--font-size-title: 20px;
--font-size-subhead: 16px;
--font-size-body-2: 14px;
--font-size-body-1: 12px;
--font-size-caption: 12px;
--font-lineheight-1: 1.3;
--font-lineheight-2: 1.5;
--font-lineheight-3: 1.7;
}