testing PT Serif

This commit is contained in:
Luis 2017-06-17 15:58:25 +02:00
parent 33dd302376
commit 0c4f989ac4
3 changed files with 12 additions and 13 deletions

View file

@ -1,5 +1,5 @@
<div class="video-container">
<iframe src="https://urbanoviii.github.io/colonizacion-leaflet/index.html" width="100%" height="500px" scrolling="no" style="overflow:hidden">
<iframe src="https://urbanoviii.github.io/colonizacion-leaflet/index.html" width="100%" height="900px" scrolling="no" style="overflow:hidden">
<p>Tu navegador no soporta iframes, usa uno actualizado para explorar el mapa de la colonizaci&oacute;n</p>
</iframe>
</div>

View file

@ -32,11 +32,3 @@ img {
width: 100%;
}
}
// Font.
$font: (
family: ('PT Serif', serif),
family-fixed: ('Courier New', monospace),
weight: 400,
weight-bold: 700
);

View file

@ -26,13 +26,20 @@
letter-spacing-alt: 0.225em
);
// // Font.
// $font: (
// family: ('Open Sans', Helvetica, sans-serif),
// family-fixed: ('Courier New', monospace),
// weight: 400,
// weight-bold: 600,
// weight-extrabold: 800
// );
// Font.
$font: (
family: ('Open Sans', Helvetica, sans-serif),
family: ('PT Serif', serif),
family-fixed: ('Courier New', monospace),
weight: 400,
weight-bold: 600,
weight-extrabold: 800
weight-bold: 700
);
// Palette.
@ -122,4 +129,4 @@
border2: #bfbfbf,
border2-bg: rgba(0,0,0,0.1)
)
);
);