comments
This commit is contained in:
parent
613bd9c4fe
commit
d7f7355e9f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
body, html{
|
body{
|
||||||
font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */
|
font-family: CustomFont, sans-serif; /* Use the custom font as the fallback */
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: CustomFont;
|
font-family: CustomFont;
|
||||||
src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype'); /* Change 'your-font.ttf' to the actual font file name */
|
src: url('static/fonts/Brushzing-Regular.ttf.otf') format('truetype');
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue