Modif police

This commit is contained in:
nyanloutre 2017-07-14 19:05:49 +02:00
parent 6bc9a77f14
commit c9a5f2b73e
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
8 changed files with 36 additions and 12 deletions

5
scss/_about.scss Normal file
View file

@ -0,0 +1,5 @@
#about {
h2 {
font-family: descuadrado;
}
}

View file

@ -1,4 +1,14 @@
// Global styling for this template
@font-face {
font-family: 'descuadrado';
src: url('font/descuadrado-webfont.woff2') format('woff2'),
url('font/descuadrado-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html,
body {
width: 100%;

View file

@ -42,20 +42,20 @@
}
}
@media (min-width: 992px) {
border-color: fade-out(black, .7);
border-color: fade-out(white, .7);
background-color: transparent;
.navbar-brand {
color: fade-out(black, .3);
color: fade-out(white, .3);
&:hover,
&:focus {
color: black;
color: white;
}
}
.navbar-nav > li.nav-item > a.nav-link,
.navbar-nav > li.nav-item > a.nav-link:focus {
color: fade-out(black, .3);
color: fade-out(white, .3);
&:hover {
color: black;
color: white;
}
}
&.navbar-shrink {

View file

@ -7,3 +7,4 @@
@import "portfolio.scss";
@import "cta.scss";
@import "bootstrap-overrides.scss";
@import "_about.scss";