Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLordMathis <namesny.matus@gmail.com>2016-10-15 17:16:22 +0300
committerLordMathis <namesny.matus@gmail.com>2016-10-15 17:16:22 +0300
commitcd9be30e99777ae12e8fecf336f451fe33c22ea2 (patch)
treef0bc95443a9fad9fe29be5eaa8514087950c4a7d /static
parent3b0d35b34b59d69ea451ac9effe99bfb57482e33 (diff)
Revert "Fixed font issues"
This reverts commit 3b0d35b34b59d69ea451ac9effe99bfb57482e33.
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index d0b831a..e226af3 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -31,7 +31,7 @@ nav {
h1,h2,h3,h4,h5,h6 {
- font-family: 'Ubuntu', sans-serif;
+ font-family: 'Concert One', cursive;
}
#user-name {
@@ -55,10 +55,6 @@ h1,h2,h3,h4,h5,h6 {
margin-top: 20px;
}
-.user-profile {
- padding: 0;
-}
-
i {
margin: 10px 20px 10px 20px;
color: #333;