DC Team 的 Laravel 基底框架、資料庫描述、開發規範、環境佈署、版控規範

font.roboto.css 379B

12345678910
  1. body, h1, h2, h3, h4, h5, .subtitle, .gen-list li .name, .table th, strong,
  2. input, select, textarea {
  3. font-family: 'RobotoRegular', Helvetica, sans-serif !important;
  4. }
  5. .subtitle, .gen-list li .name, .table th, .panel-alt .panel-title, strong
  6. .widget-messaging .sender, strong {
  7. font-weight: normal !important;
  8. font-family: 'RobotoBold', Helvetica, sans-serif !important;
  9. }