modified: main_dc/bbvue/src/assets/fonts.css
change url for font to /
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: LobsetRegular;
|
font-family: LobsetRegular;
|
||||||
src: url('/fontsC/LobsetRegular.ttf');
|
src: url('/LobsetRegular.ttf');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@@ -24,35 +24,35 @@
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'H1VM';
|
font-family: 'H1VM';
|
||||||
src: url('/fontsC/VictorMono-VariableFont_wght.ttf');
|
src: url('/VictorMono-VariableFont_wght.ttf') format('ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Monttserrat';
|
font-family: 'Monttserrat';
|
||||||
src: url('/fontsC/Montserrat-VariableFont_wght.ttf');
|
src: url('/Montserrat-VariableFont_wght.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Audiowide';
|
font-family: 'Audiowide';
|
||||||
src: url('/fontsC/Audiowide-Regular.ttf');
|
src: url('/Audiowide-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'fastrun';
|
font-family: 'fastrun';
|
||||||
src: url('/fontsC/fastrun-regular.otf');
|
src: url('/fastrun-regular.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'NunitoSans';
|
font-family: 'NunitoSans';
|
||||||
src: url('/fontsC/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
|
src: url('/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
src: url('/fontsC/Poppins-VariableFont_wght.otf');
|
src: url('/Poppins-VariableFont_wght.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Rubik';
|
font-family: 'Rubik';
|
||||||
src: url('/fontsC/Rubik-VariableFont_wght.ttf');
|
src: url('/Rubik-VariableFont_wght.ttf');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user