diff --git a/README.md b/README.md index aa1390784..f2dcbc3d3 100644 --- a/README.md +++ b/README.md @@ -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| diff --git a/cnchi/info.py b/cnchi/info.py index d6c55a9d8..7a1bc6ca9 100755 --- a/cnchi/info.py +++ b/cnchi/info.py @@ -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" diff --git a/data/css/gtk-style.css b/data/css/gtk-style.css index 7e8d76b6d..714f27341 100644 --- a/data/css/gtk-style.css +++ b/data/css/gtk-style.css @@ -1,5 +1,5 @@ #main { - font-family: 'Lato'; + font-family: 'Open Sans'; font-size: 11px; } @@ -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; } @@ -31,7 +31,7 @@ window { .subtitle { font-size: 13px; font-weight: 400; - font-family: 'Lato'; + font-family: 'Open Sans'; color: #eee; } @@ -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; } diff --git a/update.info b/update.info index 659a07839..407e6c690 100644 --- a/update.info +++ b/update.info @@ -1,2 +1,2 @@ -{"version":"0.14.179","files":[ +{"version":"0.14.180","files":[ ]}