Skip to content

Commit

Permalink
[#3929] Fix background repetition
Browse files Browse the repository at this point in the history
  • Loading branch information
voromahery committed Sep 27, 2022
1 parent 98ff07d commit 50939c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion landing/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: $black;
& * {
& *,
*::before,
*::after {
font-family: "FlowRoboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
Expand Down

0 comments on commit 50939c7

Please # to comment.