mirror of
https://github.com/qurator-spk/neat.git
synced 2025-06-08 19:29:55 +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
BIN
fonts/aletheiasans-webfont.eot
Normal file
BIN
fonts/aletheiasans-webfont.eot
Normal file
Binary file not shown.
5746
fonts/aletheiasans-webfont.svg
Normal file
5746
fonts/aletheiasans-webfont.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 1.5 MiB |
BIN
fonts/aletheiasans-webfont.ttf
Normal file
BIN
fonts/aletheiasans-webfont.ttf
Normal file
Binary file not shown.
20
neat.html
20
neat.html
|
@ -14,7 +14,27 @@
|
||||||
<script src="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/index.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/index.js"></script>
|
||||||
|
|
||||||
<style>
|
<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}
|
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}
|
table{table-layout:fixed;width:100%;text-align:center}
|
||||||
th{background-color:lightgray}
|
th{background-color:lightgray}
|
||||||
.editable:focus{background-color:#f0e442 !important}
|
.editable:focus{background-color:#f0e442 !important}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue