« Web, HTML, Tech Forum

how do i change the logout font

im not tryna remove the button i just want it to match the rest of the text


Report Topic

1 Reply

Reply by Gluma

posted

.logout-btn {

font-family: ;

font-weight: ;

text-decoration-color: ;

}

Your font may not have those specific properties, but you get the idea! Just insert your font’s properties within the braces, and it should work :o


Permalink Report Reply