├── icon.png ├── fonts ├── ComicNeue-Bold.eot ├── ComicNeue-Bold.ttf ├── ComicNeue-Bold.woff ├── ComicNeue-Light.eot ├── ComicNeue-Light.ttf ├── ComicNeue-Light.woff ├── ComicNeue-Regular.eot ├── ComicNeue-Regular.ttf ├── ComicNeue-Regular.woff ├── ComicNeue-Bold-Oblique.eot ├── ComicNeue-Bold-Oblique.ttf ├── ComicNeue-Bold-Oblique.woff ├── ComicNeue-Light-Oblique.eot ├── ComicNeue-Light-Oblique.ttf ├── ComicNeue-Light-Oblique.woff ├── ComicNeue-Regular-Oblique.eot ├── ComicNeue-Regular-Oblique.ttf └── ComicNeue-Regular-Oblique.woff ├── manifest.json ├── readme.md └── userContent.css /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/icon.png -------------------------------------------------------------------------------- /fonts/ComicNeue-Bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Bold.eot -------------------------------------------------------------------------------- /fonts/ComicNeue-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Bold.ttf -------------------------------------------------------------------------------- /fonts/ComicNeue-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Bold.woff -------------------------------------------------------------------------------- /fonts/ComicNeue-Light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Light.eot -------------------------------------------------------------------------------- /fonts/ComicNeue-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Light.ttf -------------------------------------------------------------------------------- /fonts/ComicNeue-Light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Light.woff -------------------------------------------------------------------------------- /fonts/ComicNeue-Regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Regular.eot -------------------------------------------------------------------------------- /fonts/ComicNeue-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Regular.ttf -------------------------------------------------------------------------------- /fonts/ComicNeue-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Regular.woff -------------------------------------------------------------------------------- /fonts/ComicNeue-Bold-Oblique.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Bold-Oblique.eot -------------------------------------------------------------------------------- /fonts/ComicNeue-Bold-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Bold-Oblique.ttf -------------------------------------------------------------------------------- /fonts/ComicNeue-Bold-Oblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Bold-Oblique.woff -------------------------------------------------------------------------------- /fonts/ComicNeue-Light-Oblique.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Light-Oblique.eot -------------------------------------------------------------------------------- /fonts/ComicNeue-Light-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Light-Oblique.ttf -------------------------------------------------------------------------------- /fonts/ComicNeue-Light-Oblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Light-Oblique.woff -------------------------------------------------------------------------------- /fonts/ComicNeue-Regular-Oblique.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Regular-Oblique.eot -------------------------------------------------------------------------------- /fonts/ComicNeue-Regular-Oblique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Regular-Oblique.ttf -------------------------------------------------------------------------------- /fonts/ComicNeue-Regular-Oblique.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/niutech/comic-sans-replacer/HEAD/fonts/ComicNeue-Regular-Oblique.woff -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "version": "1.0", 3 | "name": "Comic Sans Replacer", 4 | "description": "Replace Comic Sans MS font on all websites with Comic Neue font by Craig Rozynski", 5 | "author": "niu tech", 6 | "icons": { 7 | "48": "icon.png", 8 | "128": "icon.png" 9 | }, 10 | "content_scripts": [ 11 | { 12 | "matches": ["*://*/*"], 13 | "css": ["userContent.css"] 14 | } 15 | ], 16 | "manifest_version": 2 17 | } 18 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | Comic Sans Replacer 2 | =================== 3 | 4 | This Chrome, Firefox, Opera and IE user style sheet replaces the ugly Comic Sans MS font on all websites with much better [Comic Neue](http://comicneue.com) font by Craig Rozynski. This web font is hosted on the super-fast CDN [jsDelivr](http://www.jsdelivr.com). 5 | 6 | Installation 7 | ------------ 8 | 9 | For Chrome, install the extension from the [Chrome Web Store](https://chrome.google.com/webstore/detail/hogcjpgnoecbkmbamlakaacafkloopbn) and voilà! 10 | 11 | For Stylish, install the user style from [userstyles.org](http://userstyles.org/styles/100279/comic-sans-replacer). 12 | 13 | For other browsers, first download just the [userContent.css](https://raw.githubusercontent.com/niutech/comic-sans-replacer/gh-pages/userContent.css) file. 14 | 15 | In Firefox, go to [about:support](about:support) and click _Open Directory_ of your profile. Create a new folder _chrome_ and paste the _userContent.css_ file into it. 16 | 17 | In Opera, click _View > Style > Manage Modes_ and choose the _userContent.css_ file. 18 | 19 | In Internet Explorer, click _Internet Options > Accessibility > Format documents using my stylesheet_ and browse for the _userContent.css_ file. 20 | 21 | Authors & License 22 | ---------------- 23 | 24 | Comic Neue font by Craig Rozynski in the Public Domain. 25 | 26 | Comic Sans Replacer by Jerzy Głowacki under Apache 2.0 License. 27 | -------------------------------------------------------------------------------- /userContent.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'Comic Sans MS'; 3 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.eot'); 4 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.eot?#iefix') format('embedded-opentype'), 5 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.woff') format('woff'), 6 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.ttf') format('truetype'); 7 | font-weight: 100; 8 | } 9 | @font-face { 10 | font-family: 'Comic Sans MS'; 11 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.eot'); 12 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.eot?#iefix') format('embedded-opentype'), 13 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.woff') format('woff'), 14 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.ttf') format('truetype'); 15 | font-weight: 100; 16 | font-style: oblique; 17 | } 18 | @font-face { 19 | font-family: 'Comic Sans MS'; 20 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.eot'); 21 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.eot?#iefix') format('embedded-opentype'), 22 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.woff') format('woff'), 23 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.ttf') format('truetype'); 24 | font-weight: 300; 25 | } 26 | @font-face { 27 | font-family: 'Comic Sans MS'; 28 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.eot'); 29 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.eot?#iefix') format('embedded-opentype'), 30 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.woff') format('woff'), 31 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.ttf') format('truetype'); 32 | font-weight: 300; 33 | font-style: oblique; 34 | } 35 | @font-face { 36 | font-family: 'Comic Sans MS'; 37 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.eot'); 38 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.eot?#iefix') format('embedded-opentype'), 39 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.woff') format('woff'), 40 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.ttf') format('truetype'); 41 | font-weight: 700; 42 | } 43 | @font-face { 44 | font-family: 'Comic Sans MS'; 45 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.eot'); 46 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.eot?#iefix') format('embedded-opentype'), 47 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.woff') format('woff'), 48 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.ttf') format('truetype'); 49 | font-weight: 700; 50 | font-style: oblique; 51 | } 52 | @font-face { 53 | font-family: cursive; 54 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.eot'); 55 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.eot?#iefix') format('embedded-opentype'), 56 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.woff') format('woff'), 57 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light.ttf') format('truetype'); 58 | font-weight: 100; 59 | } 60 | @font-face { 61 | font-family: cursive; 62 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.eot'); 63 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.eot?#iefix') format('embedded-opentype'), 64 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.woff') format('woff'), 65 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Light-Oblique.ttf') format('truetype'); 66 | font-weight: 100; 67 | font-style: oblique; 68 | } 69 | @font-face { 70 | font-family: cursive; 71 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.eot'); 72 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.eot?#iefix') format('embedded-opentype'), 73 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.woff') format('woff'), 74 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular.ttf') format('truetype'); 75 | font-weight: 300; 76 | } 77 | @font-face { 78 | font-family: cursive; 79 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.eot'); 80 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.eot?#iefix') format('embedded-opentype'), 81 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.woff') format('woff'), 82 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Regular-Oblique.ttf') format('truetype'); 83 | font-weight: 300; 84 | font-style: oblique; 85 | } 86 | @font-face { 87 | font-family: cursive; 88 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.eot'); 89 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.eot?#iefix') format('embedded-opentype'), 90 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.woff') format('woff'), 91 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold.ttf') format('truetype'); 92 | font-weight: 700; 93 | } 94 | @font-face { 95 | font-family: cursive; 96 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.eot'); 97 | src: url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.eot?#iefix') format('embedded-opentype'), 98 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.woff') format('woff'), 99 | url('https://cdn.jsdelivr.net/comic-sans-replacer/latest/fonts/ComicNeue-Bold-Oblique.ttf') format('truetype'); 100 | font-weight: 700; 101 | font-style: oblique; 102 | } 103 | --------------------------------------------------------------------------------