mirror of
https://github.com/byReqz/dunes-revived.git
synced 2024-11-23 19:34:55 +00:00
change to roboto condensed as main font
This commit is contained in:
parent
4357a52c35
commit
cfb09dc830
@ -4,7 +4,18 @@
|
|||||||
@import url('https://raw.githubusercontent.com/byReqz/dunes-revived/master/settingsIcons.css');
|
@import url('https://raw.githubusercontent.com/byReqz/dunes-revived/master/settingsIcons.css');
|
||||||
|
|
||||||
|
|
||||||
/* stuff added for maintenance */
|
/* stuff added/fixed by me */
|
||||||
|
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "Roboto Condensed";
|
||||||
|
src: url(https://github.com/byReqz/dunes-revived/blob/master/roboto-condensed.ttf);
|
||||||
|
font-weight: regular;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: "Roboto Condensed"
|
||||||
|
}
|
||||||
|
|
||||||
.theme-dark .container-1D34oG {
|
.theme-dark .container-1D34oG {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@ -64,7 +75,7 @@ a {
|
|||||||
display: none
|
display: none
|
||||||
}
|
}
|
||||||
|
|
||||||
/* base theme */
|
/* original theme theme */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--background: url(https://raw.githubusercontent.com/byReqz/dunes-revived/master/bg.jpg);
|
--background: url(https://raw.githubusercontent.com/byReqz/dunes-revived/master/bg.jpg);
|
||||||
@ -75,6 +86,7 @@ a {
|
|||||||
--background-secondary: #;
|
--background-secondary: #;
|
||||||
--background-tertiary: #;
|
--background-tertiary: #;
|
||||||
--deprecated-panel-background: #;
|
--deprecated-panel-background: #;
|
||||||
|
--font-family: "Roboto Condensed"
|
||||||
}
|
}
|
||||||
|
|
||||||
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
|
#bd-settingspane-container .ui-switch-item .ui-switch-wrapper .ui-switch.checked,
|
||||||
|
Loading…
Reference in New Issue
Block a user