Skip to content

Instantly share code, notes, and snippets.

@mmmattos
Created August 20, 2013 13:39
Show Gist options
  • Save mmmattos/6281575 to your computer and use it in GitHub Desktop.
Save mmmattos/6281575 to your computer and use it in GitHub Desktop.
Resize Google Calendar fonts
// ==UserScript==
// @name Resize Google Calendar fonts.
// @namespace http://profiles.google.com/mmmattos
// @version 0.1
// @description To improve browsing readability of google drive
// @match https://www.google.com/calendar/*
// @require https://gist.github.com/mmmattos/6264214/raw/755d33de2038afe4d82fef4bf41b3824ee25effa/jsLib.js
// @copyright 2013, Miguel Mattos
// ==/UserScript==
addGlobalStyle('.mv-event-container { font-weight: bold; font-size: 11px ! important; }');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment