generated from gitea_admin/default
modif fonts
This commit is contained in:
@@ -1,79 +1,79 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_black_italic';
|
font-family: 'brandontext_black_italic';
|
||||||
src: url('@/assets/fonts/brandontext_black_italic.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_black_italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_black';
|
font-family: 'brandontext_black';
|
||||||
src: url('@/assets/fonts/brandontext_black.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_black.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_bold_italic';
|
font-family: 'brandontext_bold_italic';
|
||||||
src: url('@/assets/fonts/brandontext_bold_italic.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_bold_italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_bold';
|
font-family: 'brandontext_bold';
|
||||||
src: url('@/assets/fonts/brandontext_bold.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_bold.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_light_italic';
|
font-family: 'brandontext_light_italic';
|
||||||
src: url('@/assets/fonts/brandontext_light_italic.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_light_italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_light';
|
font-family: 'brandontext_light';
|
||||||
src: url('@/assets/fonts/brandontext_light.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_light.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_medium_italic';
|
font-family: 'brandontext_medium_italic';
|
||||||
src: url('@/assets/fonts/brandontext_medium_italic.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_medium_italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_medium';
|
font-family: 'brandontext_medium';
|
||||||
src: url('@/assets/fonts/brandontext_medium.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_medium.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_regular_italic';
|
font-family: 'brandontext_regular_italic';
|
||||||
src: url('@/assets/fonts/brandontext_regular_italic.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_regular_italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_regular';
|
font-family: 'brandontext_regular';
|
||||||
src: url('@/assets/fonts/brandontext_regular.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_regular.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_thin_italic';
|
font-family: 'brandontext_thin_italic';
|
||||||
src: url('@/assets/fonts/brandontext_thin_italic.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_thin_italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'brandontext_thin';
|
font-family: 'brandontext_thin';
|
||||||
src: url('@/assets/fonts/brandontext_thin.woff2') format('woff2');
|
src: url('~/assets/fonts/brandontext_thin.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_medium';
|
font-family: 'barlow_medium';
|
||||||
src: url('@/assets/fonts/barlow_medium.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_medium.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_semibold';
|
font-family: 'barlow_semibold';
|
||||||
src: url('@/assets/fonts/barlow_semibold.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_semibold.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_regular';
|
font-family: 'barlow_regular';
|
||||||
src: url('@/assets/fonts/barlow_regular.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_regular.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_light';
|
font-family: 'barlow_light';
|
||||||
src: url('@/assets/fonts/barlow_light.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_light.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_extrabold';
|
font-family: 'barlow_extrabold';
|
||||||
src: url('@/assets/fonts/barlow_extrabold.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_extrabold.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_bold';
|
font-family: 'barlow_bold';
|
||||||
src: url('@/assets/fonts/barlow_bold.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_bold.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'barlow_black';
|
font-family: 'barlow_black';
|
||||||
src: url('@/assets/fonts/barlow_black.ttf') format('truetype');
|
src: url('~/assets/fonts/barlow_black.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.brandontext_bold {
|
.brandontext_bold {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Reference in New Issue
Block a user