font change to UbuntuMono

This commit is contained in:
Nils Schulte 2020-04-06 12:00:58 +02:00
parent 77ce3a8064
commit 68c1458568

View File

@ -1,27 +1,23 @@
html {
background-color: black;
color: #dfdfdf;
}
html { /* ubuntu-font */
background-color: black;
color: #dfdfdf;
}
/* raleway-300 - latin */
@font-face { @font-face {
font-family: 'Raleway'; font-family: "UbuntuMono";
font-style: normal; src: local('UbuntuMono-B'), url("../fonts/UbuntuMono-Bold.ttf");
font-weight: 300; font-weight: bold;
src: local('Raleway Light'), local('Raleway-Light'), }
url('../fonts/raleway-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ @font-face {
url('../fonts/raleway-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ font-family: "UbuntuMono";
} src: local('UbuntuMono-RI'), url("../fonts/UbuntuMono-Italic.ttf");
/* raleway-700 - latin */ font-style: italic;
@font-face { }
font-family: 'Raleway'; @font-face {
font-style: normal; font-family: "UbuntuMono";
font-weight: 700; src: local('UbuntuMono-R'), url("../fonts/UbuntuMono-Regular.ttf");
src: local('Raleway Bold'), local('Raleway-Bold'), }
url('../fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('../fonts/raleway-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
#background { #background {
position: fixed; position: fixed;
@ -53,7 +49,7 @@
} }
body { body {
font-family: 'Raleway'; font-family: 'UbuntuMono';
display: flex; display: flex;
flex-flow: row; flex-flow: row;
text-align: center; text-align: center;