1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

replace font with local one

This commit is contained in:
paulwer 2023-12-11 07:37:56 +01:00
parent bb872e4294
commit 6200a8e3d3
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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',