[ADF-1543] Remove local copy of muli (#2335)

Use http request to load the font
Add the Muli font in all the theme
Remove the overwritten font-family not necessary
This commit is contained in:
Eugenio Romano
2017-09-14 09:27:55 +01:00
committed by Denys Vuika
parent 54d575ff52
commit d9bd59833c
40 changed files with 6191 additions and 1889 deletions

View File

@@ -15,7 +15,6 @@
width: 30px;
background-color: mat-color($primary);
border-radius: 50%;
font-family: Muli;
font-size: 16px;
color: #fff;
text-align: center;
@@ -27,7 +26,6 @@
float: left;
width: calc(100% - 120px);
padding: 2px 10px;
font-family: Muli;
font-weight: 600;
color: #595959;
}
@@ -36,7 +34,6 @@
float: left;
width: calc(100% - 10px);
padding: 2px 10px;
font-family: Muli;
font-style: italic;
color: #595959;
white-space: initial;
@@ -46,7 +43,6 @@
float: left;
width: calc(100% - 120px);
padding: 2px 10px;
font-family: Muli;
font-size: 12px;
color: #595959;
}

View File

@@ -7,7 +7,6 @@
.adf-comments-header {
padding: 10px 20px;
font-size: 14px;
font-family: Muli;
font-weight: 600;
border-bottom: 1px solid #e1e1e1;
color: #a1a1a1;
@@ -29,4 +28,4 @@ adf-comment-list {
overflow: auto;
height: calc(100% - 101px);
width: 100%;
}
}

View File

@@ -55,10 +55,6 @@
}
}
adf-people-list /deep/ adf-datatable /deep/ .people-full-name {
font-family: 'Muli';
}
.people-pic {
background: mat-color($primary);
width: 30px;
@@ -68,7 +64,6 @@
text-align: center;
font-weight: bolder;
font-size: 18px;
font-family: Muli;
text-transform: uppercase;
vertical-align: text-bottom;
}

View File

@@ -11,7 +11,6 @@
float: left;
padding: 10px 0px;
font-weight: bolder;
font-family: Muli;
opacity: 0.54;
}
@@ -47,16 +46,9 @@
thead {
display: none;
}
.people-full-name {
font-family: 'Muli';
}
.people-email {
font-family: 'Muli';
opacity: 0.54;
}
.people-edit-label {
font-family: 'Muli';
}
.people-pic {
background: mat-color($primary);
width: 30px;
@@ -66,7 +58,6 @@
text-align: center;
font-weight: bolder;
font-size: 18px;
font-family: Muli;
text-transform: uppercase;
vertical-align: text-bottom;
}

View File

@@ -5,7 +5,6 @@
.adf-new-task-heading {
padding: 12px 20px;
font-family: Muli;
font-weight: bold;
border-bottom: 1px solid #eee;
font-size: 18px;
@@ -25,7 +24,6 @@
.adf-new-task-footer {
padding: 4px;
font-family: Muli;
font-size: 18px;
border-top: 1px solid #eee;
float: left;

View File

@@ -14,7 +14,6 @@ adf-datatable /deep/ .data-cell {
.adf-empty-list-header {
height: 32px;
opacity: 0.26;
font-family: Muli, Helvetica, Arial, sans-serif;
font-size: 24px;
line-height: 1.33;
letter-spacing: -1px;
@@ -24,7 +23,6 @@ adf-datatable /deep/ .data-cell {
.adf-empty-list-drag_drop {
height: 56px;
opacity: 0.54;
font-family: Muli, Helvetica, Arial, sans-serif;
font-size: 56px;
line-height: 1;
letter-spacing: -2px;
@@ -35,7 +33,6 @@ adf-datatable /deep/ .data-cell {
.adf-empty-list__any-files-here-to-add {
height: 24px;
opacity: 0.54;
font-family: Muli, Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
letter-spacing: -0.4px;
@@ -48,4 +45,4 @@ adf-datatable /deep/ .data-cell {
height: 161px;
object-fit: contain;
margin-top: 17px;
}
}

View File

@@ -20,10 +20,9 @@ alfresco-datatable >>> .cell-value{
}
.no-content-message {
font-family: Muli;
font-size: 16px;
font-weight: bold;
text-align: center;
opacity: 0.54;
color: #000;
}
}