-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
42 lines (35 loc) · 825 Bytes
/
style.css
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
35
36
37
38
39
40
41
42
/*
Fuentes que se usan en Phaser
*/
@font-face {
font-family: "AUdimat-regular";
src: url('assets/fonts/AUdimat-regular.otf');
}
@font-face {
font-family: "gidolinya-regular";
src: url('assets/fonts/gidolinya-regular.otf');
}
@font-face {
font-family: "kimberley";
src: url('assets/fonts/kimberley.ttf');
}
@font-face {
font-family: "adventpro-regular";
src: url('assets/fonts/adventpro-regular.ttf');
}
@font-face {
font-family: "gidole-regular";
src: url('assets/fonts/gidole-regular.otf');
}
@font-face {
font-family: "dadha";
src: url('assets/fonts/dadha___.ttf');
}
@font-face {
font-family: "caladea-regular";
src: url('assets/fonts/caladea-regular.ttf');
}
@font-face {
font-family: "roboto-regular";
src: url('assets/fonts/roboto-regular.ttf');
}