css - Proper way to use the different weights of a Google font -


google fonts open sans come in different weights each 1 labelled both word (for example "regular") , number ("400"). 1 of these 2 "formats" should used in our css/scss? equivalent?

enter image description here

you can use either or. no difference @ all. pick 1 , go type of value of fonts keep consistent.

i use numbers because that's makes sense me. fonts have 400 normal , 700 bold.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -