Skip to content

Commit

Permalink
Font fix for rendering tests - back to noto font
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Jul 12, 2020
1 parent 462d5c3 commit dc2f9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/platform/e2e.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/* font-family: 'Mansalva', cursive;*/
/* font-family: 'Mansalva', cursive; */
/* font-family: '"Noto Sans SC", sans-serif'; */
font-family: "trebuchet ms", verdana, arial;
/* font-family: "trebuchet ms", verdana, arial; */
}
/* .mermaid-main-font {
font-family: "trebuchet ms", verdana, arial;
Expand Down Expand Up @@ -39,7 +39,7 @@
// fontFamily: '"Comic Sans MS", "Comic Sans", cursive'
// fontFamily: '"Mansalva", cursive',
// fontFamily: '"Noto Sans SC", sans-serif'
// fontFamily: '"Noto Sans SC", sans-serif'
fontFamily: '"Noto Sans SC", sans-serif'
});
</script>
</body>
Expand Down

0 comments on commit dc2f9c3

Please sign in to comment.