Skip to content

Instantly share code, notes, and snippets.

@sutara79
sutara79 / my-noto-sans.css
Last active October 17, 2023 01:05
自分用の、"Noto Sans JP"のWebフォント利用のためのCSS。ローカルにフォントがあれば、Webフォントよりも優先して使用する。
/**
* Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan
* Noto Sans JP: https://fonts.google.com/earlyaccess#Noto+Sans+JP
*/
@font-face {
font-family: 'Noto Sans JP';
font-style: normal;
font-weight: 100;
src: local("Noto Sans CJK JP"),
url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format('woff2'),
@alyssachk
alyssachk / notosanssc.css
Created September 11, 2016 05:12
This is the Noto Sans Simplified Chinese family. It has Thin, Light, Regular, Medium, Bold and Black styles.
/*
* Noto Sans SC (Chinese Simplified) http://www.google.com/fonts/earlyaccess
*/
@font-face {
font-family: 'Noto Sans SC';
font-style: normal;
font-weight: 100;
src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.otf) format('opentype');
@quietlynn
quietlynn / gplus_conditional_fuu.user.js
Created March 23, 2012 14:57
Google+ Conditional Fuu
/*
Google+ Conditional Fuu => Automatically reply posts on certain conditions.
Copyright (C) 2012 Jingqin Lynn
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,