Skip to content

Instantly share code, notes, and snippets.

View zerob13's full-sized avatar
🐢
.

Lingfeng Yang zerob13

🐢
.
View GitHub Profile
/*
* Copyright (C) 2014 Chris Banes
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@zerob13
zerob13 / examples.css
Last active August 29, 2015 14:00
常用css字体
body{
font-family: Helvetica, Tahoma, Arial, STXihei, "华文细黑", "Microsoft YaHei", "微软雅黑", sans-serif;
}