The following UserCss script will override on all lichess pages, any move list, to use letters for pieces.
@-moz-document domain("lichess.org") {
.tview2 move {
font-family: 'Noto Sans'
}
}
(compatible with stylus extension syntax)
Note: when preference is chosen to be icons, or with embedded games, the property shows as follow.
font-family: 'Noto Chess', 'Noto Sans'
The following UserCss script will override on all lichess pages, any move list, to use letters for pieces.
@-moz-document domain("lichess.org") {
.tview2 move {
font-family: 'Noto Sans'
}
}
(compatible with stylus extension syntax)
Note: when preference is chosen to be icons, or with embedded games, the property shows as follow.
font-family: 'Noto Chess', 'Noto Sans'
