Git Product home page Git Product logo

Comments (2)

nw avatar nw commented on May 24, 2024

This question isn't really about bootstrap-stylus.

font-awesome-stylus has a few issues.

I managed to get this working by doing the following:

$fa-font-path = '../../node_modules/font-awesome-stylus/fonts'
@import '../../node_modules/font-awesome-stylus/stylus'

Note: my index.styl is located in client/styles inside my project hence the ../.. before node_modules

However this doesn't resolve the issue with the actual fonts. You need to move the fonts into a directory that matches your public server.

I made this change:

$fa-font-path = '/fonts'

I added a gulp task to move the fonts into my public/fonts folder. I actually did the same for this package too.

The other option is manually control your stylus compiler directly. I played around with using the url define rule to inline the fonts. This resolves the issues however creates a few other problems.

  • You embed all fonts not just the one for a particular browser.
  • Older versions of IE can't support larger base64 uris. IE8 maxes out at 64kb.

from bootstrap-stylus.

maxmx avatar maxmx commented on May 24, 2024

Thanks for pitching in @nw

Closing issue @fortunado

from bootstrap-stylus.

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.