use alethia font in keyboard and table

pull/54/head
Kai 3 years ago
parent 8e6450aee1
commit 8df01418c1

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

@ -14,7 +14,27 @@
<script src="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/index.js"></script>
<style>
@font-face {
font-family: aletheiaSans;
src: url('fonts/aletheiasans-webfont.eot');
src: url('fonts/aletheiasans-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/aletheiasans-webfont.woff') format('woff'),
url('fonts/aletheiasans-webfont.ttf') format('truetype'),
url('fonts/aletheiasans-webfont.svg#DejaVuSansBook') format('svg');
font-weight: normal;
font-style: normal;
}
body{font-family:Verdana;font-size:16px}
.hg-theme-default {
font-family: aletheiaSans
}
td {
font-family: aletheiaSans
}
table{table-layout:fixed;width:100%;text-align:center}
th{background-color:lightgray}
.editable:focus{background-color:#f0e442 !important}

Loading…
Cancel
Save