mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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()
|
||||
{
|
||||
$input = $this->all();
|
||||
|
@ -32,7 +32,7 @@
|
||||
styles: {
|
||||
// Primary
|
||||
// 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',
|
||||
backgroundColor: '#F2F2F2',
|
||||
textColor: '#222',
|
||||
|
Loading…
x
Reference in New Issue
Block a user