mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
Fix monospace fonts in terminal and fullbrutalism themes
This commit is contained in:
@@ -144,7 +144,7 @@ input[type=button] {width: auto; overflow: visible;}
|
|||||||
/* Okay, now add some extra brutalism */
|
/* Okay, now add some extra brutalism */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Courier New", "Courier", "FreeMono", "Liberation Mono", monospace;
|
font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
||||||
background-color: #CCC;
|
background-color: #CCC;
|
||||||
color: #000;
|
color: #000;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
html, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, h1.title, h2.subtitle {
|
html, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, h1.title, h2.subtitle {
|
||||||
font-family: "monospace";
|
font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
||||||
color: #ff7700;
|
color: #ff7700;
|
||||||
background-color: #000000;
|
background-color: #000000;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
html, body, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, h1.title, h2.subtitle {
|
html, body, a, div, div.notification, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary, h1.title, h2.subtitle {
|
||||||
font-family: "monospace";
|
font-family: Terminus, Inconsolata, Consolas, "Droid Sans Mono", "DejaVu Sans Mono", "Monaco", monospace;
|
||||||
color: #00ff77;
|
color: #00ff77;
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
Reference in New Issue
Block a user