Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem with @font-face, font-family: "franchise" Reply To: Problem with @font-face, font-family: "franchise"

#245814
GMK Hussain
Participant

Make font parent DIV width 100% and text align center

.parent-div-name { 
    width: 100%;
    text-align: center;
}