There are 1 previous version of this script.
// ==UserScript==
// @name adjust google calendar chinese font family
// @namespace http://userscripts.org/users/king
// @description adjust the font family
// @include https://www.google.com/calendar/*
// @include http://www.google.com/calendar/*
// ==/UserScript==
GM_addStyle(".st-c {font-family:Verdana,新細明體,sans-serif;}");