Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Should I use pure CSS or jQuery plugin for responsive typography

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #184905
    Hung The
    Participant

    I was thinking media queries, but it also wasn’t suiting what I exactly want. Media queries great for detecting what device being used and all, but not how I want it to be. I’ve done some research, but couldn’t find exactly what I wanted. So which the ways should I use?

    #184906
    chrisburton
    Participant

    Generally, if CSS can do the job, use that. It’s redundant to use a javascript library for something CSS can handle.

    It might help if you explain what you’re trying to accomplish.

    #184907
    Hung The
    Participant

    As I know, if use CSS do the job, must set text size for each screen. Is it right?

    #184915
    chrisburton
    Participant

    Look into vh units for responsive typography.

    #184917
    TheDoc
    Member

    This could also be something you might want to look into: http://jxnblk.github.io/fitter-happier-text/

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.