modified: main_dc/bbvue/src/assets/main.css
fonts into public path is ./public/fonts/font.ttf
This commit is contained in:
@@ -23,47 +23,47 @@ body {
|
|||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: LobsetRegular;
|
font-family: LobsetRegular;
|
||||||
src: url('/public/fonts/Lobster-Regular.ttf');
|
src: url('./public/fonts/Lobster-Regular.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('/public/fonts/FugazOne-Regular.ttf');
|
src: url('./public/fonts/FugazOne-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'H1VM';
|
font-family: 'H1VM';
|
||||||
src: url('/public/fonts/VictorMono-VariableFont_wght.ttf');
|
src: url('./public/fonts/VictorMono-VariableFont_wght.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Monttserrat';
|
font-family: 'Monttserrat';
|
||||||
src: url('/public/fonts/Montserrat-VariableFont_wght.ttf');
|
src: url('./public/fonts/Montserrat-VariableFont_wght.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Audiowide';
|
font-family: 'Audiowide';
|
||||||
src: url('/public/fonts/Audiowide-Regular.ttf');
|
src: url('./public/fonts/Audiowide-Regular.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'fastrun';
|
font-family: 'fastrun';
|
||||||
src: url('/public/fonts/fastrun-regular.otf');
|
src: url('./public/fonts/fastrun-regular.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'NunitoSans';
|
font-family: 'NunitoSans';
|
||||||
src: url('/public/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf');
|
src: url('./public/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
src: url('/public/fonts/Poppins-VariableFont_wght.otf');
|
src: url('./public/fonts/Poppins-VariableFont_wght.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Rubik';
|
font-family: 'Rubik';
|
||||||
src: url('/public/fonts/Rubik-VariableFont_wght.ttf');
|
src: url('./public/fonts/Rubik-VariableFont_wght.ttf');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user