Diferencia entre revisiones de «Widget:Andika»
Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
(No se muestran 3 ediciones intermedias del mismo usuario) | |||
Línea 3: | Línea 3: | ||
<style> | <style> | ||
.andika { | .andika { | ||
+ | font-family: 'Andika', sans-serif; | ||
+ | } | ||
+ | .andika1 { | ||
font-family: 'Andika', sans-serif; | font-family: 'Andika', sans-serif; | ||
border:dotted 1px; | border:dotted 1px; | ||
Línea 10: | Línea 13: | ||
margin:10px 0 10px 0; | margin:10px 0 10px 0; | ||
page-break-after:always; | page-break-after:always; | ||
+ | page-break-inside:avoid; | ||
+ | } | ||
+ | .andika2 { | ||
+ | font-family: 'Andika', sans-serif; | ||
+ | border:dotted 1px; | ||
+ | border-color:gray; | ||
+ | padding:8px; | ||
+ | font-size:25px; | ||
+ | margin:10px 0 10px 0; | ||
page-break-inside:avoid; | page-break-inside:avoid; | ||
} | } | ||
</style> | </style> |
Revisión actual del 11:15 21 dic 2017
<link href="https://fonts.googleapis.com/css?family=Andika" rel="stylesheet">
<style> .andika {
font-family: 'Andika', sans-serif;
} .andika1 {
font-family: 'Andika', sans-serif; border:dotted 1px; border-color:gray; padding:8px; font-size:25px; margin:10px 0 10px 0; page-break-after:always; page-break-inside:avoid;
} .andika2 {
font-family: 'Andika', sans-serif; border:dotted 1px; border-color:gray; padding:8px; font-size:25px; margin:10px 0 10px 0; page-break-inside:avoid;
} </style>