Skip to content

Commit c06f290

Browse files
fix: add local font URL
1 parent 9553145 commit c06f290

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/assets/css/variables.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
font-style: normal;
66
}
77

8-
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
8+
@font-face {
9+
font-family: 'Bad Script';
10+
src: url('../fonts/Bad_Script/BadScript-Regular.ttf') format('ttf');
11+
font-weight: 100 900;
12+
font-style: normal;
13+
}
914

1015
:root {
1116
/* branding */

0 commit comments

Comments
 (0)