fixes pathing
parent
69ceb48871
commit
d0c2d74721
|
|
@ -1,21 +1,21 @@
|
|||
@font-face {
|
||||
font-family: "Andalus";
|
||||
src: url("../../assets/fonts/andlso.ttf");
|
||||
src: url("/systems/DSA_4-1/assets/fonts/andlso.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Gentium";
|
||||
src: url("../../assets/fonts/GenBasR.ttf");
|
||||
src: url("/systems/DSA_4-1/assets/fonts/GenBasR.ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Gentium";
|
||||
src: url("../../assets/fonts/GenBasI.ttf");
|
||||
src: url("/systems/DSA_4-1/assets/fonts/GenBasI.ttf");
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Gentium";
|
||||
src: url("../../assets/fonts/GenBasB.ttf");
|
||||
src: url("/systems/DSA_4-1/assets/fonts/GenBasB.ttf");
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
background: url('../../assets/gradient.png');
|
||||
background: url('/systems/DSA_4-1/assets/gradient.png');
|
||||
background-size: 32px 100%;
|
||||
|
||||
&::after {
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@
|
|||
|
||||
.filled-segment {
|
||||
border: 1px solid black;
|
||||
background-image: url('../../assets/gradient.png');
|
||||
background-image: url('/systems/DSA_4-1/assets/gradient.png');
|
||||
background-size: 24px 100%;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
|
|
@ -333,7 +333,7 @@
|
|||
|
||||
.empty-segment {
|
||||
border: 1px solid black;
|
||||
background-image: url('../../assets/gradient.png');
|
||||
background-image: url('/systems/DSA_4-1/assets/gradient.png');
|
||||
background-size: 32px 100%;
|
||||
position: relative;
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue