Skip to content

Commit

Permalink
fix(docs): remove Lato from the documentation website (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopalmeiro authored Aug 10, 2024
1 parent 80cea10 commit 5eab05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

/* Header */
.navigationSlider .slidingNav ul {
font-family: Lato, serif;
font-size: 18px;
font-weight: bold;
color: #ffffff;
Expand Down
6 changes: 2 additions & 4 deletions website/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
line-height: 50px;
border-radius: 100px;
background-color: var(--textColor);
font-family: Lato, serif;
font-size: 16px;
font-weight: bold;
text-align: center;
Expand All @@ -111,14 +110,13 @@

.Playground .Playground-copy,
.GettingStarted .GettingStarted-copy {
font-family: Lato, serif;
font-size: 18px !important;
font-weight: 300 !important;
text-align: center !important;
color: var(--textColor) !important;
}

/* Hide Playground on mobile*/
/* Hide Playground on mobile */
@media only screen and (max-width: 736px) {
.Playground-frame {
display: none;
Expand All @@ -144,7 +142,7 @@
display: none;
}

/* Mobile shrink width*/
/* Mobile shrink width */
.GettingStarted ol {
margin-top: 32px;
margin-left: 0;
Expand Down

0 comments on commit 5eab05f

Please sign in to comment.