@font-face {
	font-family: noodle;
	src: url(../fonts/UbuntuCondensed-Regular.ttf) format('truetype');
}
@media print {
    .card {
        width: 100%;
        font-family: "noodle";
    }
    .card h3 {
        margin: 0px;
        padding: 0px;
    }
    .perfil {
       text-align: center;
       font-family: "noodle";
    }
    .perfil .photo {
        width: 150px;
        margin: auto;
    }
    .notas pre {
       font-family: "noodle";
    }
    .notas pre {
       font-size: 18px;
       font-weight: 900;
    }
}