Добавлены шрифты
This commit is contained in:
11
src/assets/sass/fonts.sass
Normal file
11
src/assets/sass/fonts.sass
Normal file
@@ -0,0 +1,11 @@
|
||||
@font-face
|
||||
font-family: "Raleway"
|
||||
font-style: normal
|
||||
font-weight: 500
|
||||
src : url("../fonts/Raleway-Medium.ttf") format("truetype")
|
||||
|
||||
@font-face
|
||||
font-family: "Raleway"
|
||||
font-style: normal
|
||||
font-weight: 700
|
||||
src : url("../fonts/Raleway-Bold.ttf") format("truetype")
|
||||
1
src/assets/sass/styles.sass
Normal file
1
src/assets/sass/styles.sass
Normal file
@@ -0,0 +1 @@
|
||||
@import "./fonts.sass"
|
||||
Reference in New Issue
Block a user