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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Edit windows textbox */
body, table {
#wpTextbox1 {
     font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}
 
body {
     font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", sans-serif;
}
}

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

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