Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 632bed7

Browse files
committed
style(font family):times instead of fira
1 parent e64c571 commit 632bed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/styles/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
@import '../../node_modules/photon-colors/colors.scss';
22

33
// Font Variables
4-
$default-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
5-
$header-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
4+
$default-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Times New Roman', 'Droid Sans', 'Helvetica Neue', sans-serif;
5+
$header-font: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Times New Roman', 'Droid Sans', 'Helvetica Neue', sans-serif;
66

77
$font-size-body-10: 13px;
88
$font-weight-body-10: 400;

0 commit comments

Comments
 (0)