mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-14 06:09:54 +02:00
use alethia font in keyboard and table
This commit is contained in:
parent
8e6450aee1
commit
8df01418c1
4 changed files with 5766 additions and 0 deletions
20
neat.html
20
neat.html
|
@ -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…
Add table
Add a link
Reference in a new issue