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