30 lines
385 B
CSS
30 lines
385 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap');
|
|
|
|
.jbp {
|
|
font-family: "sans-serif";
|
|
}
|
|
|
|
.wss {
|
|
font-family: serif;
|
|
}
|
|
|
|
.cita {
|
|
font-family: Calibri, serif;
|
|
font-size: small;
|
|
}
|
|
|
|
.purple {
|
|
color : #7030a0;
|
|
}
|
|
|
|
.blue {
|
|
color : #0070c0;
|
|
}
|
|
|
|
.red {
|
|
color : #c00000;
|
|
}
|
|
|
|
.black {
|
|
color : black;
|
|
} |