mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Use lighter and smaller font sizes.
Thanks to xet7 !
This commit is contained in:
parent
217ae207b9
commit
7b94b04701
10 changed files with 11 additions and 12 deletions
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
.card-details-title
|
.card-details-title
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
font-size: 1.33em
|
font-size: 1.30 em
|
||||||
margin: 7px 0 0
|
margin: 7px 0 0
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
|
|
||||||
.card-details-item-title
|
.card-details-item-title
|
||||||
font-size: 14px
|
font-size: 14px
|
||||||
color: darken(white, 45%)
|
color: #000
|
||||||
|
|
||||||
.card-label
|
.card-label
|
||||||
padding-top: 5px
|
padding-top: 5px
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
line-height: 30px
|
line-height: 30px
|
||||||
|
|
||||||
.title
|
.title
|
||||||
font-size: 18px
|
font-size: 16px
|
||||||
line-height: 30px
|
line-height: 30px
|
||||||
|
|
||||||
.checklist-stat
|
.checklist-stat
|
||||||
|
|
|
||||||
|
|
@ -2,16 +2,16 @@
|
||||||
font-family: 'Roboto'
|
font-family: 'Roboto'
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-weight: 400
|
font-weight: 400
|
||||||
src: local('Roboto'),
|
src: local('Roboto Consended Light'),
|
||||||
local('Roboto-Regular'),
|
local('Roboto-Consended-Light'),
|
||||||
url('/fonts/roboto-regular.woff2') format('woff2'),
|
url('/fonts/roboto-condensed-light.woff') format('woff'),
|
||||||
url('/fonts/roboto-regular.woff') format('woff')
|
url('/fonts/roboto-condensed-light.woff') format('woff')
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Roboto'
|
font-family: 'Roboto'
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-weight: 700
|
font-weight: 700
|
||||||
src: local('Roboto Bold'),
|
src: local('Roboto Consended Bold'),
|
||||||
local('Roboto-Bold'),
|
local('Roboto-Consended-Bold'),
|
||||||
url('/fonts/roboto-bold.woff2') format('woff2'),
|
url('/fonts/roboto-condensed-bold.woff2') format('woff'),
|
||||||
url('/fonts/roboto-bold.woff') format('woff')
|
url('/fonts/roboto-condensed-bold.woff') format('woff')
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
||||||
table
|
table
|
||||||
font-family: arial, sans-serif;
|
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
BIN
public/fonts/roboto-condensed-bold.woff
Normal file
BIN
public/fonts/roboto-condensed-bold.woff
Normal file
Binary file not shown.
BIN
public/fonts/roboto-condensed-light.woff
Normal file
BIN
public/fonts/roboto-condensed-light.woff
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue