Andrea Patricelli created SYNCOPE-1312:
------------------------------------------
Summary: Console CSS is depending from Google fonts
Key: SYNCOPE-1312
URL: https://issues.apache.org/jira/browse/SYNCOPE-1312
Project: Syncope
Issue Type: Bug
Components: console
Affects Versions: 2.0.8
Reporter: Andrea Patricelli
Fix For: 2.0.9, 2.1.0
Console CSS depends from Google fonts css.
In particular this query is performed at each page change.
[https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic]
On its own it is not a problem, but, if Syncope is deployed as backend
application in an isolated environment (not exposed to the internet) this
causes two bad side effects:
# Font changes to default Arial-like appearance.
# Console navigation is much slower due to the HTTP call to fonts remote
resource waiting till timeout is reached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)