Skip to content

Commit fd6a06c

Browse files
committed
Use same default font as ADO for the history.
1 parent 977c89d commit fd6a06c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/historydiff.html

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
<meta charset="UTF-8">
99
<title>History</title>
1010
<style>
11+
body {
12+
/* Set same default font as in ADO: https://developer.microsoft.com/en-us/azure-devops/develop/styles */
13+
font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
14+
-webkit-font-smoothing: antialiased;
15+
font-size: 14px;
16+
font-weight: 400;
17+
}
1118
del.diffCls {
1219
display: inline-block;
1320
text-decoration: none;

0 commit comments

Comments
 (0)