/* párrafo */ p { text-indent: 1.5em; } /* encabezados */ h1 { font-size: 1.2em; margin: 5% 0 0.5em; text-align: center; } /* saltos */ .break { page-break-before: always; } /* imagenes */ /* -ilustra */ .ilustra { width: 100%; text-align: center; } /* tipografia */ @font-face { font-family: "MeMima"; font-style: normal; font-weight: normal; src: url(../Fonts/MeMima.ttf); } .enlazada { font-family: "MeMima"; font-size: 1.6em; text-indent: 0.9em; } .enlazada p { text-indent: 0.9em; }