- Blind mode tutorial
lichess.org
Donate

Make move lists display pieces as letters not icons, even in embedded games

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'

This topic has been archived and can no longer be replied to.