mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Use Raleway for nav
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<a href="/posts"><li>posts</li></a>
|
<a href="/posts"><li>Posts</li></a>
|
||||||
<a href="/about"><li>about</li></a>
|
<a href="/about"><li>About</li></a>
|
||||||
<a href="/code"><li>code</li></a>
|
<a href="/code"><li>Code</li></a>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a>
|
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a>
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
|
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
|
||||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
|
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
|
||||||
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
|
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
|
||||||
@import url(http://fonts.googleapis.com/css?family=Raleway:200,700);
|
@import url(http://fonts.googleapis.com/css?family=Raleway:200,500,700);
|
||||||
|
|
||||||
// Less variables
|
// Less variables
|
||||||
|
|
||||||
@@ -189,6 +189,7 @@ body {
|
|||||||
nav {
|
nav {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: floor(@vspacing/2);
|
margin-bottom: floor(@vspacing/2);
|
||||||
|
text-transform: uppercase;
|
||||||
// font-weight: 600;
|
// font-weight: 600;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
|
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400);
|
||||||
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
|
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,400italic,700,700italic);
|
||||||
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
|
@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
|
||||||
@import url(http://fonts.googleapis.com/css?family=Raleway:200,700);
|
@import url(http://fonts.googleapis.com/css?family=Raleway:200,500,700);
|
||||||
.dark {
|
.dark {
|
||||||
color: #333333 !important;
|
color: #333333 !important;
|
||||||
}
|
}
|
||||||
@@ -191,6 +191,7 @@ body {
|
|||||||
.section.header nav {
|
.section.header nav {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.section.header nav ul {
|
.section.header nav ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Reference in New Issue
Block a user