|
23 | 23 |
|
24 | 24 | /// Variables that are not specific to the light or dark theme. |
25 | 25 | :root { |
26 | | - --pub-default-headline-font_family: "Google Sans Display", "Google Sans", "Roboto", sans-serif; |
27 | | - --pub-default-text-font_family: "Google Sans Text", "Google Sans", "Roboto", sans-serif; |
28 | | - --pub-code-text-font_family: "Google Sans Mono", "Roboto Mono", "Source Code Pro", Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; |
| 26 | + --pub-font-family-headline: "Google Sans Display", "Google Sans", "Roboto", sans-serif; |
| 27 | + --pub-font-family-body: "Google Sans Text", "Google Sans", "Roboto", sans-serif; |
| 28 | + --pub-font-family-code: "Google Sans Mono", "Roboto Mono", "Source Code Pro", Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace; |
29 | 29 |
|
30 | 30 | --pub-color-white: #ffffff; |
31 | 31 | --pub-color-dangerRed: #ff4242; |
|
78 | 78 | // Material Design theme customizations |
79 | 79 | --mdc-theme-primary: #1967d2; |
80 | 80 | --mdc-theme-secondary: #0066d9; |
81 | | - --mdc-typography-font-family: var(--pub-default-text-font_family); |
| 81 | + --mdc-typography-font-family: var(--pub-font-family-body); |
82 | 82 |
|
83 | 83 | --pub-downloads-chart-color-0: var(--pub-markdown-alert-note); |
84 | 84 | --pub-downloads-chart-color-bg-0: rgb(9, 105, 218, 0.3); |
|
0 commit comments