2018-10-19 04:37:14 +08:00
|
|
|
:root {
|
|
|
|
--font-family-sans-serif: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
|
|
|
--font-family-serif: Georgia, "Times New Roman", Times, serif;
|
|
|
|
--font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
|
2016-05-03 06:42:54 +08:00
|
|
|
|
2018-10-19 04:37:14 +08:00
|
|
|
--font-family-base: var(--font-family-sans-serif);
|
2016-05-03 06:42:54 +08:00
|
|
|
|
2018-10-19 04:37:14 +08:00
|
|
|
--font-size-base: 1rem;
|
|
|
|
--font-size-large: 1.25rem;
|
|
|
|
--font-size-small: 0.875rem;
|
2016-05-03 06:42:54 +08:00
|
|
|
|
2018-10-19 04:37:14 +08:00
|
|
|
--line-height-base: 1.25; // 20/16
|
2018-10-25 03:32:09 +08:00
|
|
|
--line-height-computed: 1rem;
|
2016-05-03 06:42:54 +08:00
|
|
|
|
2018-10-19 04:37:14 +08:00
|
|
|
--headings-font-family: inherit;
|
|
|
|
--headings-font-weight: 500;
|
|
|
|
--headings-line-height: 1.1;
|
|
|
|
--headings-color: inherit;
|
|
|
|
}
|
2016-06-02 00:33:19 +08:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Placeholders
|
|
|
|
* ===============
|
2018-12-12 21:56:45 +08:00
|
|
|
*/
|
|
|
|
|