mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 04:51:22 +01:00
testing PT Serif
This commit is contained in:
parent
33dd302376
commit
0c4f989ac4
3 changed files with 12 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="video-container">
|
<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ón</p>
|
<p>Tu navegador no soporta iframes, usa uno actualizado para explorar el mapa de la colonización</p>
|
||||||
</iframe>
|
</iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -32,11 +32,3 @@ img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Font.
|
|
||||||
$font: (
|
|
||||||
family: ('PT Serif', serif),
|
|
||||||
family-fixed: ('Courier New', monospace),
|
|
||||||
weight: 400,
|
|
||||||
weight-bold: 700
|
|
||||||
);
|
|
||||||
|
|
|
@ -26,13 +26,20 @@
|
||||||
letter-spacing-alt: 0.225em
|
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.
|
||||||
$font: (
|
$font: (
|
||||||
family: ('Open Sans', Helvetica, sans-serif),
|
family: ('PT Serif', serif),
|
||||||
family-fixed: ('Courier New', monospace),
|
family-fixed: ('Courier New', monospace),
|
||||||
weight: 400,
|
weight: 400,
|
||||||
weight-bold: 600,
|
weight-bold: 700
|
||||||
weight-extrabold: 800
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Palette.
|
// Palette.
|
||||||
|
@ -122,4 +129,4 @@
|
||||||
border2: #bfbfbf,
|
border2: #bfbfbf,
|
||||||
border2-bg: rgba(0,0,0,0.1)
|
border2-bg: rgba(0,0,0,0.1)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue