File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ See it in action: [unicodesearch.org](https://www.unicodesearch.org/)
2727[ ![ VectorLogoZone] ( https://www.vectorlogo.zone/logos/vectorlogozone/vectorlogozone-ar21.svg )] ( https://www.vectorlogo.zone/ " Logos ")
2828[ ![ Vite] ( https://www.vectorlogo.zone/logos/vitejsdev/vitejsdev-ar21.svg )] ( https://vitejs.dev/ " Bundler ")
2929
30+ * Eduardo Tunni: [ Merienda Font] ( https://github.com/etunni/merienda )
31+
3032## To Do
3133
3234- [ ] handle ` # ` in name
Original file line number Diff line number Diff line change 1515 </ style >
1616 </ noscript >
1717 < link href ="/css/bootstrap.min.css " rel ="stylesheet ">
18+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
19+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
20+ < link href ="https://fonts.googleapis.com/css2?family=Merienda:wght@800&display=swap " rel ="stylesheet ">
1821</ head >
1922
2023< body class ="h-100 w-100 d-flex align-items-center justify-content-center ">
Original file line number Diff line number Diff line change @@ -706,7 +706,7 @@ async function main() {
706706 placeholder : "No matches" ,
707707 //responsiveLayout: "hide",
708708 footerElement : `<span class="w-100 mx-2 my-1">
709- <img src="/favicon.svg" class="pe-2" style="height:1.2em;" alt="UnicodeSearch logo"/><span class=" d-none d-sm-inline">UnicodeSearch</span>
709+ <img src="/favicon.svg" class="pe-2 mb-1 " style="height:1.2em;" alt="UnicodeSearch logo"/><span style="font-size:1.0em;font-family:Merienda;font-weight:800;" class=" d-none d-sm-inline">UnicodeSearch</span>
710710 <span id="rowcount" class="px-3">Rows: ${ data . length . toLocaleString ( ) } </span>
711711 <input id="showhidecolumns" type="checkbox" class="ms-2 me-1" ${
712712 detail ? "checked" : ""
You can’t perform that action at this time.
0 commit comments