Skip to content

Commit

Permalink
Merge pull request #87 from accrazed/More-Fixes
Browse files Browse the repository at this point in the history
More fixes
  • Loading branch information
accrazed authored Aug 21, 2024
2 parents 9f62812 + 145f303 commit ece4eaf
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NieR-Import.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2283,7 +2283,7 @@ strong {
}

.markup_f8f345 {
font-size: 11pt;
font-size: 11.6pt;
}

.theme-dark .scroller_fea3ef,
Expand Down
Binary file added font/Rodin-Bold.woff2
Binary file not shown.
Binary file added font/Rodin-Light.woff2
Binary file not shown.
Binary file added font/Rodin-Regular.woff2
Binary file not shown.
14 changes: 7 additions & 7 deletions font/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
/* Light */
@font-face {
font-family: 'sce-ps3_rodin_latinregular';
src: url('FOTRodinProL.woff2') format('woff2');
src: url('Rodin-Light.woff2') format('woff2');
font-weight: lighter;
font-style: normal;
}
/* Normal/Medium */
@font-face {
font-family: 'sce-ps3_rodin_latinregular';
src: url('FOTRodinProM.woff2') format('woff2');
src: url('Rodin-Light.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

/* BOLD T1 */
@font-face {
font-family: 'sce-ps3_rodin_latinregular';
src: url('FOTRodinProDB.woff2') format('woff2');
font-weight: 700;
src: url('Rodin-Regular.woff2') format('woff2');
font-weight:bold;
font-style: normal;
}

/* BOLD T2 */
@font-face {
font-family: 'sce-ps3_rodin_latinregular';
src: url('FOTRodinProEB.woff2') format('woff2');
font-weight: 800;
src: url('Rodin-Bold.woff2') format('woff2');
font-weight: bolder;
font-style: normal;
}
/* BOLD T3 */
@font-face {
/*@font-face {
font-family: 'sce-ps3_rodin_latinregular';
src: url('FOTRodinProUB.woff2') format('woff2');
font-weight: 900;
Expand Down
2 changes: 1 addition & 1 deletion src/font/_font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ strong {
font-family: var(--nier-font), 'vietnam-pro', Arial, Helvetica, sans-serif;
}
.markup_f8f345 {
font-size: 11pt;
font-size: 11.6pt; //Absolute minimum size allowed without creating character height mismatches. I do not know why
}

0 comments on commit ece4eaf

Please sign in to comment.