font change to UbuntuMono
This commit is contained in:
parent
77ce3a8064
commit
68c1458568
@ -1,26 +1,22 @@
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
color: #dfdfdf;
|
color: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* raleway-300 - latin */
|
/* ubuntu-font */
|
||||||
@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+ */
|
|
||||||
url('../fonts/raleway-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
||||||
}
|
}
|
||||||
/* raleway-700 - latin */
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Raleway';
|
font-family: "UbuntuMono";
|
||||||
font-style: normal;
|
src: local('UbuntuMono-RI'), url("../fonts/UbuntuMono-Italic.ttf");
|
||||||
font-weight: 700;
|
font-style: italic;
|
||||||
src: local('Raleway Bold'), local('Raleway-Bold'),
|
}
|
||||||
url('../fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
@font-face {
|
||||||
url('../fonts/raleway-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
font-family: "UbuntuMono";
|
||||||
|
src: local('UbuntuMono-R'), url("../fonts/UbuntuMono-Regular.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
#background {
|
#background {
|
||||||
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user