04-05-2018, 08:08 PM
A issue (?) when talking about Custom.css.
It's possible substitutes to fonts with Custom.css.
But, this code can't work properly.
Only for once. Later, the Roboto font can't overrided to Arial.
Best solution is to delete Roboto from %windir%\fonts folder, but I use it except Cent.
P.S. : Another matter; I know, Custom.CSS dont't support to chrome://settings/ . I would also like to subtitude the Roboto font in Settings pages.
It's possible substitutes to fonts with Custom.css.
But, this code can't work properly.
Code:
@font-face { font-family: 'Roboto'; src: local('Arial'); }
Only for once. Later, the Roboto font can't overrided to Arial.
Best solution is to delete Roboto from %windir%\fonts folder, but I use it except Cent.
P.S. : Another matter; I know, Custom.CSS dont't support to chrome://settings/ . I would also like to subtitude the Roboto font in Settings pages.