Font-family of Saved Glyph Sets

This commit is contained in:
Hirame1 2022-08-06 15:02:45 +07:00
parent 6eea6701c8
commit 9059c5a388
2 changed files with 3 additions and 2 deletions

View File

@ -721,9 +721,10 @@
}
.c-glyph-sets-save-name__input {
width: 16rem;
width: 17rem;
height: 1.5rem;
text-align: center;
font-family: Typewriter, serif;
font-size: 1.35rem;
color: var(--color-reality-dark);
-webkit-appearance: none;

View File

@ -244,7 +244,7 @@ export default {
<style scoped>
.c-glyph-single-set-save-flexbox {
width: 16rem;
width: 17rem;
}
.c-glyph-set-preview-area {