Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
fix: correct productsans.ttf path
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve committed Jun 7, 2020
1 parent cb08b9d commit 003fda5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Version: 2.0.1
*/

@font-face {
font-family:Product Sans;
src:url(/fonts/productsans.ttf);
font-family: Product Sans;
src:url({{ "/fonts/productsans.ttf" | relURL }});
font-display:swap
}
.gray-mode {
Expand Down
2 changes: 1 addition & 1 deletion configI18N/config.zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ paginate = 10
xHTML = false
[markup.highlight]
codeFences = true
guessSyntax = false
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ paginate = 10
xHTML = false
[markup.highlight]
codeFences = true
guessSyntax = false
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
Expand Down

0 comments on commit 003fda5

Please sign in to comment.