question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AdminLTE.css has an unwelcome Internet API dependency

See original GitHub issue

AdminLTE.min.css has an unwelcome Internet API dependency (fonts.googleapis.com) that makes the AdminLTE template not fully useful for intranet networks without Internet access:

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

Beside that, an import declaration inside css file introduce several issues for bundling CSS files (Search on google for: Unexpected token, found '@import').

There are some other reasons for not using import declaration inside css file that we can check here: don’t use @import

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:6

github_iconTop GitHub Comments

2reactions
WimWidgetscommented, May 5, 2017

@nermamax

[…] where should the adminLTE get the fonts from?

In my opinion the template should not start with custom fonts to begin with. Just like Bootstrap - on which it’s based - it should use standard system fonts by default (Helvetica, Arial, etc. or even just sans-serif). Then every user can easily customize it to taste and load how many external fonts they desire.

0reactions
Otielcommented, Mar 30, 2018

Is this going to be done one day?

Closed issues that were already asking for this: #116 #498 #744 #1233 #1458

Read more comments on GitHub >

github_iconTop Results From Across the Web

A brand new website interface for an even better experience!
AdminLTE.css has an unwelcome Internet API dependency.
Read more >
Dependencies & Plugins | AdminLTE v3 Documentation
Dependencies. AdminLTE depends on two main frameworks. The downloadable package contains both of these libraries, so you don't have to manually download ...
Read more >
Could not find a part of the path ... bin\roslyn\csc.exe
I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added all ...
Read more >
JavaScript
js contain all plugins in a single file. Include only one. Plugin dependencies. Some plugins and CSS components depend on other plugins. If...
Read more >
Changelog - uData Documentation
2.6.5 (2021-05-19)¶. Fix create user by API #2609; Add sqlite, db and ics to allowed extensions #2610; Better markup parsing #2611: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found