Skip to content

Commit

Permalink
refactor: move fonts to static folder
Browse files Browse the repository at this point in the history
  • Loading branch information
caro3801 committed Mar 26, 2024
1 parent ee2be5c commit 0f5bef6
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block style %}
{{ block.super }}
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');
@import '../../../../static/fonts/Inter/stylesheet.css';

body {
background: #fff;
Expand Down
2 changes: 1 addition & 1 deletion prophecies/apps/frontend/src/main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import './assets/fonts/Inter/stylesheet.css';
@import '../../../static/fonts/Inter/stylesheet.css';
@import './utils/_settings.scss';
@import './utils/_animations.scss';
@import './utils/_multiselect.scss';
Expand Down
3 changes: 2 additions & 1 deletion prophecies/static/admin/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');
@import '../../fonts/Inter/stylesheet.css';


html[data-theme="light"], html[data-theme="dark"], :root {
--primary: #235B59;
Expand Down

0 comments on commit 0f5bef6

Please sign in to comment.