Skip to content

Commit

Permalink
Add fallback for popup font.
Browse files Browse the repository at this point in the history
Also fix changelog date for the previous release.
  • Loading branch information
Sashank999 committed Dec 31, 2023
1 parent 950ae44 commit d6982f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"version": { "major": 6, "minor": 22, "build": 0 },
"title": "Beta",
"date": "2023/12/30",
"logs": {
"features": [
{ "message": "Add button to add debugging information to TT Forum post.", "contributor": "TheFoxMan" },
Expand All @@ -21,8 +21,7 @@
{ "message": "Add Segoe UI font in popup.", "contributor": "TheFoxMan" },
{ "message": "Preserve stack when reporting max cycles reached.", "contributor": "TheFoxMan" }
]
},
"date": "2023/12/30"
}
},
{
"version": { "major": 6, "minor": 21, "build": 0 },
Expand Down
2 changes: 1 addition & 1 deletion extension/pages/popup/popup.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
overflow-x: hidden;
font-size: 75%;
font-family: "Segoe UI";
font-family: "Segoe UI", Tahoma, sans-serif;
}

body.light {
Expand Down

0 comments on commit d6982f3

Please sign in to comment.