Zend certified PHP/Magento developer

Magento 2 : How i can edit admin font and menu

My first question is this
I want to change the font of the admin pages Which file should I edit?
I did that
First, I copied the fonts to the address I wanted and imported the fonts with the following command

    <css src="../css/style.css"/>

The font is displayed and there is no problem but when I merge CSS words are not displayed in my font

My second question is that I want to move the menu from left to right
Can this be done?