Website: Fonts hosted locally

This commit is contained in:
nomadics9 2025-01-09 16:24:19 +03:00
parent 3d93f20f5d
commit c506b26462
6 changed files with 8111 additions and 2 deletions

View file

@ -3,8 +3,7 @@
<head>
<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="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="/fonts/fontawesome.css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="%sveltekit.assets%/favicons/apple-touch-icon.png" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10
static/fonts/fontawesome.css vendored Normal file
View 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;
}