/*
Theme Name: Twenty Twelve Child
Description: Child theme for the Twenty Twelve theme 
Author: boris
Template: twentytwelve
*/

@import url("../twentytwelve/style.css");

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 92.5%;
}
body {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Microsoft YaHei", "Microsoft JhengHei", Arial, sans-serif;
}