new file: main_dc/bbvue/public/fontsC/Audiowide-Regular.ttf

new file:   main_dc/bbvue/public/fontsC/FugazOne-Regular.ttf
	new file:   main_dc/bbvue/public/fontsC/Lobster-Regular.ttf
	new file:   main_dc/bbvue/public/fontsC/Montserrat-VariableFont_wght.ttf
	new file:   main_dc/bbvue/public/fontsC/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf
	new file:   main_dc/bbvue/public/fontsC/Poppins-VariableFont_wght.otf
	new file:   main_dc/bbvue/public/fontsC/Rubik-VariableFont_wght.ttf
	new file:   main_dc/bbvue/public/fontsC/VictorMono-VariableFont_wght.ttf
	new file:   main_dc/bbvue/public/fontsC/fastrun-regular.otf
	modified:   main_dc/bbvue/src/assets/fonts.css
change path for fons to public
This commit is contained in:
2025-10-23 04:06:58 +05:00
parent 5edd725cf4
commit 9d4ec06494
10 changed files with 9 additions and 9 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+9 -9
View File
@@ -12,47 +12,47 @@
@font-face { @font-face {
font-family: LobsetRegular; font-family: LobsetRegular;
src: url('@/assets/fonts/LobsetRegular.ttf'); src: url('/fontsC/LobsetRegular.ttf');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@font-face { @font-face {
font-family: 'H1HomeMainFriaze'; font-family: 'H1HomeMainFriaze';
src: url(@/assets/fonts/FugazOne-Regular.ttf); src: url(/fontsC/FugazOne-Regular.ttf);
} }
@font-face { @font-face {
font-family: 'H1VM'; font-family: 'H1VM';
src: url('@/assets/fonts/VictorMono-VariableFont_wght.ttf'); src: url('/fontsC/VictorMono-VariableFont_wght.ttf');
} }
@font-face { @font-face {
font-family: 'Monttserrat'; font-family: 'Monttserrat';
src: url(@/assets/fonts/Montserrat-VariableFont_wght.ttf); src: url('/fontsC/Montserrat-VariableFont_wght.ttf');
} }
@font-face { @font-face {
font-family: 'Audiowide'; font-family: 'Audiowide';
src: url(@/assets/fonts/Audiowide-Regular.ttf); src: url('/fontsC/Audiowide-Regular.ttf');
} }
@font-face { @font-face {
font-family: 'fastrun'; font-family: 'fastrun';
src: url(@/assets/fonts/fastrun-regular.otf); src: url('/fontsC/fastrun-regular.otf');
} }
@font-face { @font-face {
font-family: 'NunitoSans'; font-family: 'NunitoSans';
src: url(@/assets/fonts/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf); src: url('/fontsC/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
} }
@font-face { @font-face {
font-family: 'Poppins'; font-family: 'Poppins';
src: url(@/assets/fonts/Poppins-VariableFont_wght.otf); src: url('/fontsC/Poppins-VariableFont_wght.otf');
} }
@font-face { @font-face {
font-family: 'Rubik'; font-family: 'Rubik';
src: url(@/assets/fonts/Rubik-VariableFont_wght.ttf); src: url('/fontsC/Rubik-VariableFont_wght.ttf');
} }