This commit is contained in:
parent
782efa8629
commit
7d17187795
2 changed files with 2 additions and 9 deletions
|
@ -6,16 +6,9 @@
|
||||||
In Myrtle Beach South Carolina, Richard and Isaac counted 100 Chrysler Pacificas in the span of a week.
|
In Myrtle Beach South Carolina, Richard and Isaac counted 100 Chrysler Pacificas in the span of a week.
|
||||||
</djot>
|
</djot>
|
||||||
</x-section-head>
|
</x-section-head>
|
||||||
<div onclick="showKeyboard()" id="cockpit-canvas" style="height: 80vh; margin: 8px; background-color: #232323;">
|
<div id="cockpit-canvas" style="height: 80vh; margin: 8px; background-color: #232323;">
|
||||||
</div>
|
</div>
|
||||||
</x-tab.content>
|
</x-tab.content>
|
||||||
<script>
|
|
||||||
function showKeyboard() {
|
|
||||||
if ('virtualKeyboard' in navigator) {
|
|
||||||
navigator.virtualKeyboard.show();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
const firaCodeFace = new FontFace('Fira Code', `url(${new URL('/assets/FiraCode-Regular.woff2', import.meta.url)})`, {style: "normal", weight: "normal"});
|
const firaCodeFace = new FontFace('Fira Code', `url(${new URL('/assets/FiraCode-Regular.woff2', import.meta.url)})`, {style: "normal", weight: "normal"});
|
||||||
const firaCodeBoldFace = new FontFace('Fira Code', `url(${new URL('/assets/FiraCode-Bold.woff2', import.meta.url)})`, {style: "normal", weight: "bold"});
|
const firaCodeBoldFace = new FontFace('Fira Code', `url(${new URL('/assets/FiraCode-Bold.woff2', import.meta.url)})`, {style: "normal", weight: "bold"});
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f1a086aa3ffa0c6e2a04f9306b77e560c8e224c9
|
Subproject commit ac54ca9588a3847c1539aeec78ebb00811212f94
|
Loading…
Add table
Add a link
Reference in a new issue