User:KurwaAntics/common.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/* Edit windows textbox */
#wpTextbox1 {
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
body, table {
body, table {
     font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
     font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
}

Latest revision as of 22:22, June 12, 2018

body, table {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}