Skip to content

Commit

Permalink
Make footer shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Aug 26, 2024
1 parent 7749e51 commit eb2b909
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 7 additions & 1 deletion custom_theme/css/openhasp.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ table th:last-child {
}

.md-footer__link {
padding-top: 1rem;
/* padding-top: 1rem; */
margin-bottom: 0;
margin-top: 0;
}

.md-footer__direction {
display: none;
}


Expand Down
8 changes: 2 additions & 6 deletions docs/design/fonts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
icon: material/format-font
---

<style type="text/css">
.md-typeset table:not([class]) td
{
Expand Down Expand Up @@ -31,8 +27,8 @@ td:nth-child(3n+2) { white-space: nowrap; }
The ESP32 firmware includes these built-in fonts:

- Unscii with font size 8pt
- :material-new-box:{ .tag-small } Roboto Condensed __only__ in these fixed font sizes 12, 16, 24 and 32pt
- :material-new-box:{ .tag-small } Roboto Condensed [TrueType font](#truetype), i.e. any size can be set as of _0.7.0_
- :material/new-box: { .tag-small } Roboto Condensed __only__ in these fixed font sizes 12, 16, 24 and 32pt
- :material/new-box: { .tag-small } Roboto Condensed [TrueType font](#truetype), i.e. any size can be set as of _0.7.0_

The default font in pre-compiled binaries is Roboto-Condensed-Regular which includes these character sets:
[Ascii](#ascii), [Cyrillic](#cyrillic):material-new-box:{ .tag-small }, [Latin-1](#latin-1), [Latin-2](#latin-2):material-new-box:{ .tag-small }, [Greek](#greek):material-new-box:{ .tag-small } *and* [Vietnamese](#vietnamese):material-new-box:{ .tag-small }.
Expand Down

0 comments on commit eb2b909

Please sign in to comment.