Change font to Open Sans

master
f0x 5 years ago
parent 3f2620e72c
commit f0a1dd7750

Binary file not shown.

Binary file not shown.

@ -14,17 +14,18 @@ $blue: #81a2be;
$purple: #b294bb; $purple: #b294bb;
$cyan: #8abeb7; $cyan: #8abeb7;
$spacing: 0.7rem; $spacing: 0.7rem;
@font-face { @font-face {
font-family: "Roboto Mono"; font-family: "Open Sans";
src: url(RobotoMono-Regular.ttf) format("truetype"); font-weight: normal;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(OpenSans-Regular.ttf) format("truetype");
} }
@font-face { @font-face {
font-family: "Roboto Mono Bold"; font-family: "Open Sans";
src: url(RobotoMono-Bold.ttf) format("truetype"); font-weight: bold;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(OpenSans-Bold.ttf) format("truetype");
} }
html, body { html, body {
@ -32,12 +33,13 @@ html, body {
padding: 0; padding: 0;
background: $bg; background: $bg;
color: white; color: white;
font-family: "Roboto Mono", monospace; font-family: "Open Sans";
font-size: 110%;
} }
input { input {
// override gtk styling // override gtk styling
font-family: "Roboto Mono", monospace; font-family: "Open Sans", sans-serif;
} }
body { body {
@ -205,7 +207,6 @@ body {
#name { #name {
color: $amber; color: $amber;
font-weight: bold; font-weight: bold;
font-family: "Roboto Mono Bold", monospace;
} }
} }
@ -233,7 +234,6 @@ body {
padding: $spacing; padding: $spacing;
color: $amber; color: $amber;
font-weight: bold; font-weight: bold;
font-family: "Roboto Mono Bold", monospace;
} }
.chat { .chat {
@ -256,7 +256,6 @@ body {
#name { #name {
font-weight: bold; font-weight: bold;
font-family: "Roboto Bold";
margin-bottom: 0.3 * $spacing; margin-bottom: 0.3 * $spacing;
} }

Loading…
Cancel
Save