Removed local font and fixed favicon
This commit is contained in:
parent
a3555ceb78
commit
15d37d0e80
1 changed files with 3 additions and 10 deletions
|
|
@ -8,7 +8,7 @@ const websiteDescription = 'This is just a template.'
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||
<link rel="icon" type="image/svg+xml" href="/logo.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="name" content={websiteName} />
|
||||
<meta name="description" content={websiteDescription} />
|
||||
|
|
@ -22,17 +22,10 @@ const websiteDescription = 'This is just a template.'
|
|||
|
||||
<style lang="sass">
|
||||
@use '/src/styles/variables.sass' as vars
|
||||
|
||||
@font-face
|
||||
font-family: 'Inter'
|
||||
font-style: normal
|
||||
font-display: swap
|
||||
font-weight: 100 900
|
||||
src: url(@fontsource-variable/inter/files/inter-latin-wght-normal.woff2) format('woff2-variations')
|
||||
unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
|
||||
@use '/src/styles/fonts.sass' as fonts
|
||||
|
||||
#body
|
||||
font-family: 'Inter'
|
||||
font-family: fonts.$Inter
|
||||
background-color: vars.$background
|
||||
color: vars.$textColor
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue