'Making google fonts bold without changing to a bigger font-weight

I wanna know if there is any way to use 2 font styles/weights or more (let's take regular 400 and bold 700), making the smaller one - regular 400 - bold and not let css/syntax/whatever it is change it to bold 700.

As far as I know, simply saying font-weight: 400; doesn't do the job.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source