Git Product home page Git Product logo

Comments (3)

squidfunk avatar squidfunk commented on May 10, 2024

We could do that, sounds reasonable. But, how did you manage to serve it locally anyway? This shouldn't be a problem at all.

from mkdocs-material.

therustmonk avatar therustmonk commented on May 10, 2024

I've put documentation with desktop application and want to add os-link to index.html, but when user opens local file fonts don't load.

I've found appropriate solution: use system fonts by additional stylesheets:

body, input {
   font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
}
pre, code {
   font-family: 'Consolas', 'Courier New', 'Courier', monospace;
}

It works ok and I think It's also better, because external fonts can be unavailable and unwanted for desktop (offline) applications.

from mkdocs-material.

squidfunk avatar squidfunk commented on May 10, 2024

The protocol-relative URL technique is now considered an anti-pattern, so I will set HTTPS explicitly.

from mkdocs-material.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.