Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
update font in gtk stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Sep 25, 2016
1 parent 7ab0c76 commit f67aa8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the latest, officially released version of Cnchi, AKA: **Cnchi Stable**.
|Development Stage|Branch|Version| Code Status|
----------------- | -------------- | -------------- | -------- |
|*Cnchi Legacy*|*0.12.x*|*v0.12.46*|*Frozen*|
|**Cnchi Stable**|**0.14.x**|**v0.14.179**|**Bug Fixes Only**|
|**Cnchi Stable**|**0.14.x**|**v0.14.180**|**Bug Fixes Only**|
|Cnchi Next|master|v0.15.219| Active Development|


Expand Down
2 changes: 1 addition & 1 deletion cnchi/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

""" Set some Cnchi global constants """

CNCHI_VERSION = "0.14.179"
CNCHI_VERSION = "0.14.180"
CNCHI_WEBSITE = "http://www.antergos.com"
CNCHI_RELEASE_STAGE = "production"

Expand Down
8 changes: 4 additions & 4 deletions data/css/gtk-style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#main {
font-family: 'Lato';
font-family: 'Open Sans';
font-size: 11px;
}

Expand All @@ -22,7 +22,7 @@ window {
color: #2EA3F2;
font-size: 11px;
font-weight: 600;
font-family: 'Lato';
font-family: 'Open Sans';
text-shadow: 0px 1px 0px #222;
}

Expand All @@ -31,7 +31,7 @@ window {
.subtitle {
font-size: 13px;
font-weight: 400;
font-family: 'Lato';
font-family: 'Open Sans';
color: #eee;
}

Expand All @@ -42,7 +42,7 @@ window {
background-size: 100% 100%;
border-bottom: 0px;
border-color: transparent;
font-family: Lato;
font-family: 'Open Sans';
padding: 8px 12px;
}

Expand Down
2 changes: 1 addition & 1 deletion update.info
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{"version":"0.14.179","files":[
{"version":"0.14.180","files":[
]}

0 comments on commit f67aa8a

Please sign in to comment.