Check out Smess, our featured variant for February, 2025.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Mon, Jan 22, 2024 12:29 AM UTC:

I have changed two default values for Game Courier. The default for render is now css, and the default for font is now Noto Sans. As the loaded serif font for this site, Noto Sans is one that should always work, and its look will be the most consistent with the look of this site. While the Table method is still supported, all it was working for was the Square shape, which the CSS method now works with. Besides using a table, the Table method sticks to HTML for things, so that it still works on old browsers. But for newer browsers, the CSS method is better and more lightweight, and it avoids using deprecated HTML, such as the FONT tag.