fix links
This commit is contained in:
parent
4b8be2846c
commit
ea69501571
1 changed files with 5 additions and 12 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
const { title } = Astro.props
|
const { title } = Astro.props
|
||||||
|
|
||||||
const websiteName = ''
|
const websiteName = 'Template'
|
||||||
const websiteDescription = ''
|
const websiteDescription = 'This is just a template.'
|
||||||
---
|
---
|
||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
@ -21,7 +21,7 @@ const websiteDescription = ''
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
@use '/src/assets/css/variables.sass' as vars
|
@use '/src/styles/variables.sass' as vars
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Inter'
|
font-family: 'Inter'
|
||||||
|
|
@ -31,15 +31,8 @@ const websiteDescription = ''
|
||||||
src: url(@fontsource-variable/inter/files/inter-latin-wght-normal.woff2) format('woff2-variations')
|
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
|
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
|
||||||
|
|
||||||
@font-face
|
|
||||||
font-family: 'Montserrat'
|
|
||||||
font-style: normal
|
|
||||||
font-display: swap
|
|
||||||
font-weight: 100 900
|
|
||||||
src: url(@fontsource-variable/montserrat/files/montserrat-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
|
|
||||||
|
|
||||||
#body
|
#body
|
||||||
font-family: 'Fira Code Variable', monospace
|
font-family: 'Inter'
|
||||||
background-color: vars.$background
|
background-color: vars.$background
|
||||||
|
color: vars.$text-color
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue