您的位置:首页 > Web前端 > BootStrap

Metronic 定制主题

2015-08-19 09:16 561 查看
摘要: 原作者实在是用的太多组件了 我试着定制主题 不定期更新

先从字体开始吧

html {
font-family:'微软雅黑','Microsoft YaHei';
}

h6 {
font-family: '微软雅黑','Microsoft YaHei';
}

.page-title {
font-family: '微软雅黑','Microsoft YaHei';
}

.icon-btn div {
font-family: '微软雅黑','Microsoft YaHei';
}

.icon-btn .badge {
font-family: '微软雅黑','Microsoft YaHei';
}

.dropdown-menu.tasks .task .percent {
font-family: '微软雅黑','Microsoft YaHei';
}

/*.dropdown-menu {
font-family: '微软雅黑','Microsoft YaHei';
}*/

.portlet.calendar .fc-text-arrow {
font-family: '微软雅黑','Microsoft YaHei';
}

.gritter-title {
font-family: '微软雅黑','Microsoft YaHei';
}

.datetimepicker table td {
font-family: '微软雅黑','Microsoft YaHei';
}

.datetimepicker table th {
font-family: '微软雅黑','Microsoft YaHei';
}

.datepicker table td {
font-family: '微软雅黑','Microsoft YaHei';
}

.datepicker table th {
font-family: '微软雅黑','Microsoft YaHei';
}

.bootstrap-select.btn-group .dropdown-menu > li > dt > .text {
font-family: '微软雅黑','Microsoft YaHei';
}

.dropdown.user {
font-family: '微软雅黑','Microsoft YaHei';
}

.page-sidebar-menu {
font-family: "Segoe UI",Helvetica, Arial, sans-serif;
}

.page-breadcrumb.breadcrumb a {
font-family: "Segoe UI",Helvetica, Arial, sans-serif;
}


我发现 这个字体还是不错的

font-family: "Segoe UI",Helvetica, Arial, sans-serif;


2014 05/27

做了一个表单

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  bootstrap