Website: Fonts hosted locally
This commit is contained in:
parent
3d93f20f5d
commit
c506b26462
6 changed files with 8111 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<!--<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">-->
|
<link href="/fonts/fontawesome.css" rel="stylesheet">
|
||||||
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/favicons/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/favicons/apple-touch-icon.png" />
|
||||||
|
|
1915
static/fonts/fa-brands-400.ttf
Normal file
1915
static/fonts/fa-brands-400.ttf
Normal file
File diff suppressed because one or more lines are too long
1915
static/fonts/fa-brands-400.woff2
Normal file
1915
static/fonts/fa-brands-400.woff2
Normal file
File diff suppressed because one or more lines are too long
2135
static/fonts/fa-v4compatibility.ttf
Normal file
2135
static/fonts/fa-v4compatibility.ttf
Normal file
File diff suppressed because one or more lines are too long
2135
static/fonts/fa-v4compatibility.woff2
Normal file
2135
static/fonts/fa-v4compatibility.woff2
Normal file
File diff suppressed because one or more lines are too long
10
static/fonts/fontawesome.css
vendored
Normal file
10
static/fonts/fontawesome.css
vendored
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: 'Font Awesome 6 Brands';
|
||||||
|
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');
|
||||||
|
font-display: swap;
|
||||||
|
}
|
Loading…
Reference in a new issue