44 lines
973 B
CSS
44 lines
973 B
CSS
|
|
/* Polices auto-hébergées — charte OKI §1.3.
|
||
|
|
Archivo 600-900 : titres + boutons · Inter variable : corps.
|
||
|
|
URLs relatives au fichier (servi depuis /fonts/). */
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Archivo';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 600;
|
||
|
|
font-display: swap;
|
||
|
|
src: url('archivo-latin-600-normal.woff2') format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Archivo';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
font-display: swap;
|
||
|
|
src: url('archivo-latin-700-normal.woff2') format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Archivo';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 800;
|
||
|
|
font-display: swap;
|
||
|
|
src: url('archivo-latin-800-normal.woff2') format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Archivo';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 900;
|
||
|
|
font-display: swap;
|
||
|
|
src: url('archivo-latin-900-normal.woff2') format('woff2');
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Inter';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 100 900;
|
||
|
|
font-display: swap;
|
||
|
|
src: url('inter-var.woff2') format('woff2');
|
||
|
|
}
|