feat [front]: cof font

This commit is contained in:
Alice 2022-08-27 12:42:38 +02:00
parent 445698ea05
commit 7852589ea7
4 changed files with 16 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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
View 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+ */
}