Skip to content

Commit

Permalink
Merge pull request #104 from hico-horiuchi/fix_typography
Browse files Browse the repository at this point in the history
💄 Fix typography
  • Loading branch information
hico-horiuchi authored Jan 29, 2025
2 parents 27d8cc5 + f138841 commit 1f73f2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/scss/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Project
//--------------------------------------------------

@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;600&display=swap);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap);

//--------------------------------------------------
// / Overrides
Expand Down
2 changes: 2 additions & 0 deletions src/scss/variables/root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
//--------------------------------------------------

:root {
--base-text-weight-semibold: 700;
--color-fg-theme: #67b364;
--fa-li-margin: 2em;
--fa-li-width: 3em;
--h6-size: 13px;
--timelineBadge-height: 2.5rem;
--timelineBadge-width: 2.5rem;
}
4 changes: 2 additions & 2 deletions src/slm/page.slm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ html lang="${this.settings.language}"
- for point of detail[1]
li
span.fa-li
i.fa-solid.fa-xs.fa-circle-small
i.fa-regular.fa-xs.fa-circle-small
= point
.clearfix
.col-12.col-md-8.float-left.mt-4.mt-md-6.pr-0.pr-md-6
Expand Down Expand Up @@ -89,7 +89,7 @@ html lang="${this.settings.language}"
- for subpoint of point[1]
li
span.fa-li
i.fa-solid.fa-xs.fa-circle-small
i.fa-regular.fa-xs.fa-circle-small
= subpoint
- else
span.fa-li
Expand Down

0 comments on commit 1f73f2c

Please sign in to comment.