21 lines
436 B
SCSS
21 lines
436 B
SCSS
@font-face {
|
|
font-family: "Andalus";
|
|
src: url("/systems/DSA_4-1/assets/fonts/andlso.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gentium";
|
|
src: url("/systems/DSA_4-1/assets/fonts/GenBasR.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gentium";
|
|
src: url("/systems/DSA_4-1/assets/fonts/GenBasI.ttf");
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Gentium";
|
|
src: url("/systems/DSA_4-1/assets/fonts/GenBasB.ttf");
|
|
font-weight: bold;
|
|
} |