Browse Source

Remove "Segoe UI", line height problem on windows

Volodymyr Tkach 1 year ago
parent
commit
532ad9b744
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/reboot.css

+ 1 - 1
css/reboot.css

@@ -33,7 +33,7 @@ section {
 body {
 	background-color: #fff;
 	color: #212529;
-	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 	font-size: 1rem;
 	font-weight: 400;
 	line-height: 1.5;