Skip to content

Commit

Permalink
feat(remove): fontawseom
Browse files Browse the repository at this point in the history
  • Loading branch information
tikrack committed Jan 5, 2025
1 parent ec55dbf commit 53754b4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>سلام - ادیتور</title>
<link rel="stylesheet" href="./public/styles/fontawesome.min.css">
<link rel="stylesheet" href="./public/styles/brands.css">
<link rel="stylesheet" href="./src/styles/style.css">
<link rel="stylesheet" href="./src/styles/style.css">
</head>
<body class="bg-[#ff5b00]/5">
Expand Down
2 changes: 1 addition & 1 deletion public/styles/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-style: normal;
font-weight: 400;
font-display: block;
src: url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.ttf") format("truetype"); }
src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
Expand Down
2 changes: 1 addition & 1 deletion public/styles/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-style: normal;
font-weight: 900;
font-display: block;
src: url("/fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype"); }
src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
Expand Down
2 changes: 1 addition & 1 deletion src/components/editor/Editor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Editor = () => {
setPosition(position);
}}>
<div className={"window"}>
<i className={"fas fa-school"}></i>
<i className={"fa-brands fa-instagram"}></i>
</div>
</Rnd>
</>);
Expand Down

0 comments on commit 53754b4

Please sign in to comment.