Skip to content
Snippets Groups Projects
Commit 1a4e8dac authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

font of title page tempura

parent 49249134
No related branches found
No related tags found
No related merge requests found
......@@ -38,3 +38,9 @@
@import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar";
@import "minimal-mistakes/print";
@font-face {
font-family: "Tempus Sans ITC";
src: url("/assets/fonts/TEMPSITC.TTF");
}
......@@ -71,6 +71,7 @@ body {
.page__title {
margin-top: 0;
line-height: 1;
font-family: "Tempus Sans ITC";
& + .page__meta {
margin-top: -0.5em;
......@@ -196,7 +197,7 @@ body {
.page__meta,
.page__lead,
.btn {
color: #fff;
color: $lighter-gray;
text-shadow: 1px 1px 4px rgba(#000, 0.5);
}
......@@ -205,10 +206,10 @@ body {
}
.page__title {
font-size: $type-size-2;
font-size: 3em;
@include breakpoint($small) {
font-size: $type-size-1;
font-size: 3em;
}
}
}
......
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment