feat [front]: cof font
This commit is contained in:
parent
445698ea05
commit
7852589ea7
4 changed files with 16 additions and 0 deletions
BIN
front/assets/fonts/carter-one-v17-latin-regular.woff
Normal file
BIN
front/assets/fonts/carter-one-v17-latin-regular.woff
Normal file
Binary file not shown.
BIN
front/assets/fonts/carter-one-v17-latin-regular.woff2
Normal file
BIN
front/assets/fonts/carter-one-v17-latin-regular.woff2
Normal file
Binary file not shown.
|
@ -11,6 +11,7 @@
|
|||
@import "bulma/sass/components/tabs"
|
||||
@import "bulma/sass/elements/button"
|
||||
@import "bulma/sass/elements/container"
|
||||
@import "bulma/sass/elements/content"
|
||||
@import "bulma/sass/elements/image"
|
||||
@import "bulma/sass/elements/other"
|
||||
@import "bulma/sass/elements/tag"
|
||||
|
@ -26,3 +27,9 @@
|
|||
@import "bulma/sass/layout/section"
|
||||
|
||||
@import "movie-card"
|
||||
@import "fonts"
|
||||
|
||||
.cof
|
||||
font-family: "Carter One", serif
|
||||
font-size: 7em
|
||||
color: #90001C
|
||||
|
|
9
front/css/fonts.css
Normal file
9
front/css/fonts.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* carter-one-regular - latin */
|
||||
@font-face {
|
||||
font-family: 'Carter One';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local(''),
|
||||
url('@/assets/fonts/carter-one-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
||||
url('@/assets/fonts/carter-one-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
||||
}
|
Loading…
Reference in a new issue