-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
34 lines (30 loc) · 818 Bytes
/
index.css
File metadata and controls
34 lines (30 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
@font-face {
font-family: Ember-Bold;
src: url('./src/components/assets/fonts/EmberBold.ttf');
}
@font-face {
font-family: Ember-Italic;
src: url('./src/components/assets/fonts/EmberItalic.ttf');
}
@font-face {
font-family: Ember-Regular;
src: url('./src/components/assets/fonts/EmberRegular.ttf');
}
@font-face {
font-family: lugrasimo-regular;
src: url('./src/components/assets/fonts/Lugrasimo-Regular.ttf');
}
.cart-bold{
font-family: 'Ember-bold';
}
.home-image{
mask-image: linear-gradient(rgb(0 0 0 / 1), rgb(0 0 0 / 1) 45%, rgb(0 0 0 / 0));
}
.i{
font-family: 'lugrasimo-regular';
}
}