Skip to content

Commit

Permalink
Added Nanum Gothic coding font to hugo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-house committed Jan 20, 2024
1 parent 2f068b0 commit c8f9971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ theme = 'Mainroad-reddin'

# Override font-family sets
# Take care of different quotes OR escaping symbols in these params if necessary
fontFamilyPrimary = "'Open Sans', Helvetica, Arial, sans-serif"
fontFamilyPrimary = "'Nanum Gothic Coding', monospace"
# Secondary font-family set responsible for pre, code, kbd, and samp tags font
fontFamilySecondary = "SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"

Expand All @@ -33,4 +33,4 @@ theme = 'Mainroad-reddin'

[Params.widgets.social]
linkedin = "williamreddin"
github = "willreddin"
github = "willreddin"

0 comments on commit c8f9971

Please sign in to comment.