Change font of "Login" in navigation

To change font of Login text in Navigation Header, you can use this code to Custom CSS box. Replace monospace with font what you want.

a.user-accounts-text-link {
    font-family: monospace;
}

image
image