Skip to content

Commit

Permalink
refactor: no need for scss
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Oct 26, 2023
1 parent 97ab762 commit c7b74c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scss/fonts.scss → css/fonts.css
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
@font-face {
font-family: 'Roboto';
src: local("Roboto"),
url("/static/fonts/Roboto/Roboto.woff2");
url("/static/fonts/Roboto/Roboto.woff2") format("woff2");
font-display: swap;
}

@font-face {
font-family: 'Roboto';
src: local("Roboto-Italic"),
url("/static/fonts/Roboto/Roboto-Italic.woff2");
url("/static/fonts/Roboto/Roboto-Italic.woff2") format("woff2");
font-style: italic;
font-display: swap;
}

@font-face {
font-family: 'Roboto';
src: local("Roboto-Bold"),
url("/static/fonts/Roboto/Roboto-Bold.woff2");
url("/static/fonts/Roboto/Roboto-Bold.woff2") format("woff2");
font-weight: bold;
font-display: swap;
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<link rel=icon type=image/x-icon href="https://spencer.imbleau.com/static/favicon.ico" />
<link rel=canonical href="https://spencer.imbleau.com" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml">
<link rel=sass data-trunk href="scss/fonts.scss" />
<link rel=css data-trunk href="css/fonts.css" />
<link rel=copy-dir data-trunk href="static/" />
<link rel=copy-file data-trunk href="robots.txt" />
<link rel=copy-file data-trunk href="sitemap.xml" />
Expand Down

0 comments on commit c7b74c7

Please sign in to comment.