Same font/code, different rendering on browsers

Hi team,

Our french client Zadig & Voltaire wants to display a specific font on their local pages (Futura) which is hosted on their server and displayed on self serve pages editor thanks to the following css code :

@font-face {
font-family: "Futura"; 
src:url("https://zadig-et-voltaire.com/assets/fonts/futura-light.woff2") format('woff2');
}

The rendering is perfect on Safari :

But not on Chrome, which seems bolder: https://i.imgur.com/HXimwD6.png

Do you have any idea, how to handle and correct that issue ?

Many thanks for your help !

Thomas