Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 authored Jul 11, 2024
1 parent 2425575 commit fac3432
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions app_privacy_policy_de.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<title>BrightIntosh - Datenschutzerklärung</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
Expand Down
1 change: 1 addition & 0 deletions app_privacy_policy_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<title>BrightIntosh - Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
Expand Down
1 change: 1 addition & 0 deletions donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<title>BrightIntosh - Donations</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="description"
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<script src="slider.js"></script>
<title>BrightIntosh</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
Expand Down
1 change: 1 addition & 0 deletions index_nd.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<script src="slider.js"></script>
<title>BrightIntosh</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
Expand Down
1 change: 1 addition & 0 deletions legal_notice.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<title>BrightIntosh - Legal Notice</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
Expand Down
1 change: 1 addition & 0 deletions privacy_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<link rel="stylesheet" href="main.css">
<link rel="icon" type="image/x-icon" href="./brightintosh_sm.png">
<link href="/brands.min.css" rel="stylesheet" />
<link href="/solid.min.css" rel="stylesheet" />
<title>BrightIntosh - Privacy Policy</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
</head>
Expand Down
6 changes: 6 additions & 0 deletions solid.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2024 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}

0 comments on commit fac3432

Please sign in to comment.