Site icon Hip-Hop Website Design and Development

Change meta viewport on desktop

I need help. I want to zoom out website like how we do with with browser (CTRL + or – ) . I need same effect. meta vewport not supported in Deskop browsers. css zoom and transform: scale is not like I want. How can I force desktop bowsers respect viewport. I want to set <meta name="viewport" content="width=device-width, initial-scale=0.9>
My wordpress theme elements to be a little small. If I do it with css @media-screen then must write a lot of css codes with !important tag but website looks like how I want when I manually zoom out with browser (CTRL + or – )