Skip to content

Commit f430b26

Browse files
committed
Update grafana font to source sans pro
1 parent 2bb1429 commit f430b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/grafana-data/src/themes/createTypography.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export interface ThemeTypographyInput {
6363
htmlFontSize?: number;
6464
}
6565

66-
const defaultFontFamily = 'Nunito, Roboto, Arial'; //'"Roboto", "Helvetica", "Arial", sans-serif';
67-
const defaultFontFamilyMonospace = "'Nunito Mono', monospace";
66+
const defaultFontFamily = '"Source Sans Pro", Nunito, Roboto, Arial'; //'"Roboto", "Helvetica", "Arial", sans-serif';
67+
const defaultFontFamilyMonospace = "'Nunito Mono', 'Roboto Mono', monospace"; // "'Roboto Mono', monospace";
6868

6969
export function createTypography(colors: ThemeColors, typographyInput: ThemeTypographyInput = {}): ThemeTypography {
7070
const {

0 commit comments

Comments
 (0)