mirror of
https://github.com/qurator-spk/neat.git
synced 2025-08-17 21:29:53 +02:00
[dnm] proof-of-concept to use MUFI font for virtual keyboard
This commit is contained in:
parent
3d85d606fd
commit
fa29c82aa2
4 changed files with 20 additions and 2 deletions
|
@ -14,7 +14,14 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/simple-keyboard@latest/build/index.js"></script>
|
||||
|
||||
<style>
|
||||
body{font-family:Verdana;font-size:16px}
|
||||
@font-face {
|
||||
font-family: AndronScriptor;
|
||||
src: url('http://localhost:8000/AndronScriptorWeb_4.2.2.ttf') format('truetype');
|
||||
}
|
||||
.hg-theme-default {
|
||||
font-family: Verdana, AndronScriptor
|
||||
}
|
||||
body{font-family:Vedana;font-size:16px}
|
||||
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