Skip to content

Commit

Permalink
Update init.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozeye authored Oct 21, 2024
1 parent b5fb2a1 commit 071904e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions common/init.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
// Variable font
@font-face {font-family: 'Honeymoon Variable';src: url('fonts/ABCHoneymoonVariableEdu-Regular.woff2') format('woff2-variations'),url('fonts/ABCHoneymoonVariableEdu-Regular.woff') format('woff-variations');}
@font-face {
font-family: 'Honeymoon Variable';
src: url('fonts/ABCHoneymoonVariableEdu-Regular.woff2') format('woff2-variations'),
url('fonts/ABCHoneymoonVariableEdu-Regular.woff') format('woff-variations');
}
// Fallback static font
@font-face {font-family: 'Honeymoon';font-weight: normal;src: url('common/fonts/ABCHoneymoonEdu-Regular.woff2') format('woff2'),url('common/fonts/ABCHoneymoonEdu-Regular.woff') format('woff');}
@font-face {
font-family: 'Honeymoon';
font-weight: normal;
src: url('common/fonts/ABCHoneymoonEdu-Regular.woff2') format('woff2'),
url('common/fonts/ABCHoneymoonEdu-Regular.woff') format('woff');
}
/*
body {font-family: "Honeymoon Variable", "Honeymoon", sans-serif;}
*/
Expand Down

0 comments on commit 071904e

Please sign in to comment.