Changed font
This commit is contained in:
parent
ccdd28178e
commit
55f0c21536
1 changed files with 3 additions and 1 deletions
|
@ -4,8 +4,10 @@
|
||||||
|
|
||||||
* {
|
* {
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
/* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */
|
||||||
|
font-family: Hack;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
letter-spacing: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
Loading…
Reference in a new issue