Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internalize external resources #8

Closed
3 tasks done
bernhardreiter opened this issue Nov 16, 2016 · 0 comments
Closed
3 tasks done

Internalize external resources #8

bernhardreiter opened this issue Nov 16, 2016 · 0 comments

Comments

@bernhardreiter
Copy link
Member

bernhardreiter commented Nov 16, 2016

We want to be stand-a-lone, so that no information leaks about usage
(and of course there is no way to insert information from an external server).

index.html :

  • <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
  • <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">

AdminLTE:

  • ./static/css/AdminLTE.min.css:@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);/
    which draws in
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGDRVvBvQIc1z78c__uoBcyI.woff2) format('woff2');
bernhardreiter added a commit that referenced this issue Feb 27, 2017
 * Removes last example usage of ionicons.
 * Adds font-awesome as requirement to packages.json so it is handled
   by the webpage loaders.

improves #8
@bernhardreiter bernhardreiter added this to the Contactdb basic milestone Feb 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant