mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-02 17:34:51 +00:00
[ACA-1691] font fix (#572)
This commit is contained in:
parent
e97c8b703c
commit
4fb1e6fc33
@ -3,13 +3,12 @@
|
|||||||
$am-avatar-size: 35px;
|
$am-avatar-size: 35px;
|
||||||
|
|
||||||
.aca-current-user {
|
.aca-current-user {
|
||||||
font-weight: lighter;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
color: mat-color($background, card);
|
color: mat-color($background, card);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
|
||||||
.am-avatar {
|
.am-avatar {
|
||||||
margin-left: 5px;
|
margin-left: 9px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: $am-avatar-size;
|
width: $am-avatar-size;
|
||||||
@ -33,6 +32,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.43;
|
line-height: 1.43;
|
||||||
letter-spacing: -0.3px;
|
letter-spacing: -0.3px;
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and ($mat-small) {
|
@media screen and ($mat-small) {
|
||||||
|
@ -12,6 +12,8 @@
|
|||||||
}
|
}
|
||||||
.adf-app-title {
|
.adf-app-title {
|
||||||
letter-spacing: -0.3px;
|
letter-spacing: -0.3px;
|
||||||
|
font-weight: 100;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.mat-icon-button {
|
.mat-icon-button {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
@ -28,3 +28,36 @@
|
|||||||
url(Muli-Regular.ttf) format('truetype');
|
url(Muli-Regular.ttf) format('truetype');
|
||||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* vietnamese */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Muli';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 100;
|
||||||
|
src: local('Muli Light'),
|
||||||
|
local('Muli-Light'),
|
||||||
|
url(Muli-Light.ttf) format('truetype');
|
||||||
|
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* latin-ext */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Muli';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 100;
|
||||||
|
src: local('Muli Light'),
|
||||||
|
local('Muli-Light'),
|
||||||
|
url(Muli-Light.ttf) format('truetype');
|
||||||
|
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* latin */
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Muli';
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 100;
|
||||||
|
src: local('Muli Light'),
|
||||||
|
local('Muli-Light'),
|
||||||
|
url(Muli-Light.ttf) format('truetype');
|
||||||
|
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user