Use Roboto Medium font for some more 'bold' classes.

This commit is contained in:
Emanuel Schütze 2016-12-16 21:32:44 +01:00
parent 27c93690c0
commit 01ab52a637

View File

@ -27,10 +27,10 @@
font-style: normal; font-style: normal;
} }
body { body,.ngdialog-content {
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif !important;
} }
strong, b, .os-table .title { strong, b, th, .os-table .title, .user_details label, .ngdialog label {
font-family: "Roboto Medium"; font-family: "Roboto Medium";
font-family: "Roboto Medium", sans-serif; font-family: "Roboto Medium", sans-serif;
font-weight: normal; font-weight: normal;
@ -1258,7 +1258,6 @@ img {
margin-bottom: 5px; margin-bottom: 5px;
} }
.user_details label { .user_details label {
font-weight: bold;
margin: 10px 0 0 0; margin: 10px 0 0 0;
display: block; display: block;
} }