Website: Fonts hosted locally
This commit is contained in:
parent
c506b26462
commit
aa962b39f8
11 changed files with 10 additions and 6 deletions
|
@ -36,7 +36,6 @@
|
|||
|
||||
<style lang="scss">
|
||||
@import '$lib/scss/breakpoints.scss';
|
||||
|
||||
.logo {
|
||||
width: auto;
|
||||
height: 100%;
|
||||
|
@ -79,7 +78,7 @@
|
|||
}
|
||||
}
|
||||
#text tspan {
|
||||
font-family: 'Font Awesome 6 Brands';
|
||||
font-family: 'Font-Awesome-brands';
|
||||
font-size: 106.667px;
|
||||
}
|
||||
|
||||
|
|
BIN
static/fonts/Font Awesome 6 Brands-Regular-400.otf
Normal file
BIN
static/fonts/Font Awesome 6 Brands-Regular-400.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/fonts/fa-regular-400.ttf
Normal file
BIN
static/fonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
static/fonts/fa-regular-400.woff2
Normal file
BIN
static/fonts/fa-regular-400.woff2
Normal file
Binary file not shown.
BIN
static/fonts/fa-solid-900.ttf
Normal file
BIN
static/fonts/fa-solid-900.ttf
Normal file
Binary file not shown.
BIN
static/fonts/fa-solid-900.woff2
Normal file
BIN
static/fonts/fa-solid-900.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
13
static/fonts/fontawesome.css
vendored
13
static/fonts/fontawesome.css
vendored
|
@ -1,10 +1,15 @@
|
|||
@font-face {
|
||||
font-family: 'Font Awesome 6 Brands';
|
||||
font-family: 'Font-Awesome';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./fa-brands-400.woff2') format('woff2'),
|
||||
url('./fa-v4compatibility.woff2') format('woff2'),
|
||||
url('./fa-brands-400.ttf') format('truetype'),
|
||||
url('./fa-v4compatibility.ttf') format('truetype');
|
||||
url('./fa-brands-400.ttf') format('truetype');
|
||||
font-display: swap;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Font-Awesome-brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('./Font Awesome 6 Brands-Regular-400.otf') format('opentype'),
|
||||
font-display: swap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue