diff --git a/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage.jsp b/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage.jsp index d72bbfadc..071156f5c 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage.jsp +++ b/openid-connect-server/src/main/webapp/WEB-INF/views/admin/manage.jsp @@ -12,10 +12,9 @@
-
-
-
- + + loading... +
diff --git a/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css b/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css index 494c87c39..2992ddcdf 100644 --- a/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css +++ b/openid-connect-server/src/main/webapp/resources/bootstrap2/css/bootstrap.min.css @@ -1,4 +1,15 @@ -@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 700; + src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/resources/fonts/open_sans_700.woff) format('woff'); +} +@font-face { + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + src: local('Open Sans'), local('OpenSans'), url(/resources/fonts/open_sans_400.woff) format('woff'); +} html {overflow-y: scroll;} article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;} diff --git a/openid-connect-server/src/main/webapp/resources/fonts/open_sans_400.woff b/openid-connect-server/src/main/webapp/resources/fonts/open_sans_400.woff new file mode 100644 index 000000000..55b25f867 Binary files /dev/null and b/openid-connect-server/src/main/webapp/resources/fonts/open_sans_400.woff differ diff --git a/openid-connect-server/src/main/webapp/resources/fonts/open_sans_700.woff b/openid-connect-server/src/main/webapp/resources/fonts/open_sans_700.woff new file mode 100644 index 000000000..27619e7ce Binary files /dev/null and b/openid-connect-server/src/main/webapp/resources/fonts/open_sans_700.woff differ