Skip to content

Commit 53cc4b5

Browse files
authored
Merge pull request #3 from TysonMN/percent_encode_pipe
percent encoded pipe in URLs
2 parents 5d49b3d + d21c740 commit 53cc4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/md/docs/config/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const config = configuration({
138138
},
139139
icon: { // --> the icon font
140140
url: // --> url of hte icon font (and perhaps the outline icon font)
141-
'https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined',
141+
'https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined',
142142
name: 'Material Icons', // --> name of the icon font
143143
outline: // --> name of the outline icon font
144144
'Material Icons Outlined'

docs/md/docs/config/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const config = /*#__PURE__*/configuration({
4747
},
4848
icon: { // --> the icon font
4949
url: // --> url of hte icon font (and perhaps the outline icon font)
50-
'https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined',
50+
'https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined',
5151
name: 'Material Icons', // --> name of the icon font
5252
outline: // --> name of the outline icon font
5353
'Material Icons Outlined'

0 commit comments

Comments
 (0)