Modif police
This commit is contained in:
parent
6bc9a77f14
commit
c9a5f2b73e
8 changed files with 36 additions and 12 deletions
5
scss/_about.scss
Normal file
5
scss/_about.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
#about {
|
||||
h2 {
|
||||
font-family: descuadrado;
|
||||
}
|
||||
}
|
|
@ -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%;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -7,3 +7,4 @@
|
|||
@import "portfolio.scss";
|
||||
@import "cta.scss";
|
||||
@import "bootstrap-overrides.scss";
|
||||
@import "_about.scss";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue