Add fonts for Ralt144MI

This commit is contained in:
2023-10-25 23:48:41 +02:00
parent c03315c1d0
commit 93bea4c7ba
14 changed files with 66 additions and 1 deletions

View File

@ -32,4 +32,63 @@
font-weight: 700; font-weight: 700;
font-style: italic; font-style: italic;
font-display: swap; font-display: swap;
} }
@font-face {
font-family: "Comic Mono";
font-weight: normal;
src: url(./woff/ComicMono.woff) format("woff"),
url(./woff2/ComicMono.woff2) format("wooff2");
}
@font-face {
font-family: "Comic Mono";
font-weight: bold;
src: url(./woff/ComicMono-Bold.woff) format("woff"),
url(./woff/ComicMono-Bold.woff2) format("woff2"),
}
@font-face {
font-family: 'jgs7';
src: url('./woff2/jgs7.woff2') format('woff2'),
url('./woff/jgs7.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'jgs5';
src: url('./woff2/jgs5.woff2') format('woff2'),
url('./woff/jgs5.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'jgs9';
src: url('./woff2/jgs9.woff2') format('woff2'),
url('./woff/jgs9.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Steps Mono';
src: url('./woff2/Steps-Mono.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Steps Mono Thin';
src: url('./woff2/Steps-Mono-Thin.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}

Binary file not shown.

BIN
fonts/woff/ComicMono.woff Normal file

Binary file not shown.

BIN
fonts/woff/jgs5.woff Normal file

Binary file not shown.

BIN
fonts/woff/jgs7.woff Normal file

Binary file not shown.

BIN
fonts/woff/jgs9.woff Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/woff2/ComicMono.woff2 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/woff2/jgs5.woff2 Normal file

Binary file not shown.

BIN
fonts/woff2/jgs7.woff2 Normal file

Binary file not shown.

BIN
fonts/woff2/jgs9.woff2 Normal file

Binary file not shown.

View File

@ -230,6 +230,12 @@
text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white"> text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white">
<option value="IBM Plex Mono">IBM Plex Mono</option> <option value="IBM Plex Mono">IBM Plex Mono</option>
<option value="Courier">Courier</option> <option value="Courier">Courier</option>
<option value="Comic Mono">Comic Mono</option>
<option value="jgs5">JGS 5</option>
<option value="jgs7">JGS 7</option>
<option value="jgs9">JGS 9</option>
<option value="Steps Mono">Steps Mono</option>
<option value="Steps Mono Thin">Steps Mono Thin</option>
</select> </select>
</div> </div>
<!-- Editor mode selection --> <!-- Editor mode selection -->