mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 01:04:36 -04:00
replace font with local one
This commit is contained in:
parent
bb872e4294
commit
6200a8e3d3
@ -43,7 +43,7 @@ class ConnectNordigenBankIntegrationRequest extends Request
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
// @turbo124 @todo please check for validity, when issue request from frontend
|
// @turbo124 @todo please check for validity, when request from frontend
|
||||||
public function prepareForValidation()
|
public function prepareForValidation()
|
||||||
{
|
{
|
||||||
$input = $this->all();
|
$input = $this->all();
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
styles: {
|
styles: {
|
||||||
// Primary
|
// Primary
|
||||||
// Link to google font
|
// Link to google font
|
||||||
fontFamily: 'https://fonts.googleapis.com/css2?family=Roboto&display=swap', // @todo replace to match german law: not use google fonts and use local instead
|
fontFamily: '/assets/fonts/Roboto-Regular.ttf',
|
||||||
fontSize: '15',
|
fontSize: '15',
|
||||||
backgroundColor: '#F2F2F2',
|
backgroundColor: '#F2F2F2',
|
||||||
textColor: '#222',
|
textColor: '#222',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user