1
+ /* ubuntu-300 - latin */
2
+ @font-face {
3
+ font-family : "Ubuntu" ;
4
+ font-style : normal;
5
+ font-weight : 300 ;
6
+ src : local ("Ubuntu Light" ), local ("Ubuntu-Light" ),
7
+ url ("./fonts/ubuntu-v14-latin-300.woff2" ) format ("woff2" ),
8
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-300.woff" )
9
+ format ("woff" ); /* Modern Browsers */
10
+ }
11
+
12
+ /* ubuntu-regular - latin */
13
+ @font-face {
14
+ font-family : "Ubuntu" ;
15
+ font-style : normal;
16
+ font-weight : 400 ;
17
+ src : local ("Ubuntu Regular" ), local ("Ubuntu-Regular" ),
18
+ url ("./fonts/ubuntu-v14-latin-regular.woff2" ) format ("woff2" ),
19
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-regular.woff" )
20
+ format ("woff" ); /* Modern Browsers */
21
+ }
22
+
23
+ /* ubuntu-300italic - latin */
24
+ @font-face {
25
+ font-family : "Ubuntu" ;
26
+ font-style : italic;
27
+ font-weight : 300 ;
28
+ src : local ("Ubuntu Light Italic" ), local ("Ubuntu-LightItalic" ),
29
+ url ("./fonts/ubuntu-v14-latin-300italic.woff2" ) format ("woff2" ),
30
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-300italic.woff" )
31
+ format ("woff" ); /* Modern Browsers */
32
+ }
33
+
34
+ /* ubuntu-italic - latin */
35
+ @font-face {
36
+ font-family : "Ubuntu" ;
37
+ font-style : italic;
38
+ font-weight : 400 ;
39
+ src : local ("Ubuntu Italic" ), local ("Ubuntu-Italic" ),
40
+ url ("./fonts/ubuntu-v14-latin-italic.woff2" ) format ("woff2" ),
41
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-italic.woff" )
42
+ format ("woff" ); /* Modern Browsers */
43
+ }
44
+
45
+ /* ubuntu-500 - latin */
46
+ @font-face {
47
+ font-family : "Ubuntu" ;
48
+ font-style : normal;
49
+ font-weight : 500 ;
50
+ src : local ("Ubuntu Medium" ), local ("Ubuntu-Medium" ),
51
+ url ("./fonts/ubuntu-v14-latin-500.woff2" ) format ("woff2" ),
52
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-500.woff" )
53
+ format ("woff" ); /* Modern Browsers */
54
+ }
55
+
56
+ /* ubuntu-500italic - latin */
57
+ @font-face {
58
+ font-family : "Ubuntu" ;
59
+ font-style : italic;
60
+ font-weight : 500 ;
61
+ src : local ("Ubuntu Medium Italic" ), local ("Ubuntu-MediumItalic" ),
62
+ url ("./fonts/ubuntu-v14-latin-500italic.woff2" ) format ("woff2" ),
63
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-500italic.woff" )
64
+ format ("woff" ); /* Modern Browsers */
65
+ }
66
+
67
+ /* ubuntu-700 - latin */
68
+ @font-face {
69
+ font-family : "Ubuntu" ;
70
+ font-style : normal;
71
+ font-weight : 700 ;
72
+ src : local ("Ubuntu Bold" ), local ("Ubuntu-Bold" ),
73
+ url ("./fonts/ubuntu-v14-latin-700.woff2" ) format ("woff2" ),
74
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-700.woff" )
75
+ format ("woff" ); /* Modern Browsers */
76
+ }
77
+
78
+ /* ubuntu-700italic - latin */
79
+ @font-face {
80
+ font-family : "Ubuntu" ;
81
+ font-style : italic;
82
+ font-weight : 700 ;
83
+ src : local ("Ubuntu Bold Italic" ), local ("Ubuntu-BoldItalic" ),
84
+ url ("./fonts/ubuntu-v14-latin-700italic.woff2" ) format ("woff2" ),
85
+ /* Super Modern Browsers */ url ("./fonts/ubuntu-v14-latin-700italic.woff" )
86
+ format ("woff" ); /* Modern Browsers */
87
+ }
88
+
89
+ body {
90
+ font-family : Ubuntu, sans-serif !important ;
91
+ }
92
+ .card {
93
+ border-radius : 10px !important ;
94
+ }
95
+ .credits {
96
+ display : none;
97
+ }
98
+
99
+ a [title = "Settings" ] {
100
+ display : none!important ;
101
+ }
0 commit comments