font
This commit is contained in:
parent
2eab826979
commit
a06795c694
7 changed files with 21 additions and 18 deletions
24
styles.css
24
styles.css
|
|
@ -1,3 +1,11 @@
|
|||
@font-face {
|
||||
font-family: "PixelIslandServiceFont";
|
||||
src: url("./assets/fonts/PixelMplus10-Regular.ttf?v=20260605-2") format("truetype");
|
||||
font-weight: 100 900;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
:root {
|
||||
--ink: #243044;
|
||||
--muted: #6f7b91;
|
||||
|
|
@ -25,7 +33,7 @@ body {
|
|||
margin: 0;
|
||||
color: var(--ink);
|
||||
background: #92d8ff;
|
||||
font-family: "3x5 MT Pixel Font", "Press Start 2P", "PixelMplus10", "DotGothic16", "Courier New", "Monaco", "Lucida Console", ui-monospace, monospace;
|
||||
font-family: "PixelIslandServiceFont", sans-serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
@ -742,7 +750,6 @@ button:disabled, .tool:disabled { opacity: .45; cursor: not-allowed; transform:
|
|||
.heroEditor .hint { line-height: 1.35; }
|
||||
|
||||
.compactEditorTop { margin-bottom: 4px; min-height: 0; }
|
||||
body, button, input, select, textarea { font-smooth: never; -webkit-font-smoothing: none; }
|
||||
|
||||
.studioDrawer { width: min(600px, calc(100vw - 24px)); }
|
||||
.paintLayout {
|
||||
|
|
@ -858,10 +865,6 @@ body, button, input, select, textarea { font-smooth: never; -webkit-font-smoothi
|
|||
background: var(--sun);
|
||||
}
|
||||
|
||||
body, button, input, select, textarea {
|
||||
font-family: "Courier New", "Lucida Console", Monaco, monospace;
|
||||
letter-spacing: .02em;
|
||||
}
|
||||
button, .tab, .tool, .iconButton, .cardTitle, .logo {
|
||||
text-transform: uppercase;
|
||||
font-weight: 900;
|
||||
|
|
@ -900,12 +903,6 @@ button, .tab, .tool, .iconButton, .cardTitle, .logo {
|
|||
color: var(--muted);
|
||||
}
|
||||
|
||||
body, button, input, select, textarea {
|
||||
font-family: "MS Gothic", "Osaka-Mono", "DotumChe", "Courier New", ui-monospace, monospace;
|
||||
letter-spacing: .02em;
|
||||
-webkit-font-smoothing: none;
|
||||
text-rendering: geometricPrecision;
|
||||
}
|
||||
.toolRow { grid-template-columns: repeat(6, minmax(0, 1fr)); }
|
||||
.editorHistoryRow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
|
||||
.advancedRow {
|
||||
|
|
@ -994,9 +991,6 @@ body, button, input, select, textarea {
|
|||
grid-column: span 2;
|
||||
}
|
||||
|
||||
body, button, input, select, textarea {
|
||||
font-family: "3x5 MT Pixel Font", "Press Start 2P", "PixelMplus10", "DotGothic16", "MS Gothic", "Osaka-Mono", "Courier New", ui-monospace, monospace;
|
||||
}
|
||||
.hiddenSectionTitle {
|
||||
margin: 8px 0 6px;
|
||||
padding: 5px 7px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue