File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ /* Fonts */
2+ @font-face {
3+ font-family : 'Open Sans' ;
4+ src : url (fonts/Open_Sans/OpenSans-Regular.ttf);
5+ font-style : normal;
6+ }
7+ @font-face {
8+ font-family : 'Open Sans' ;
9+ src : url (fonts/Open_Sans/OpenSans-RegularItalic.ttf);
10+ font-style : italic;
11+ }
12+
13+ @font-face {
14+ font-family : Raleway;
15+ src : url (fonts/Raleway/Raleway-Medium.ttf);
16+ font-style : normal;
17+ }
18+ @font-face {
19+ font-family : Raleway;
20+ src : url (fonts/Raleway/Raleway-MediumItalic.ttf);
21+ font-style : italic;
22+ }
23+
24+ @font-face {
25+ font-family : 'Roboto Mono' ;
26+ src : url (fonts/Roboto_Mono/RobotoMono-Regular.ttf);
27+ font-style : normal;
28+ }
29+ @font-face {
30+ font-family : 'Roboto Mono' ;
31+ src : url (fonts/Roboto_mono/RobotoMono-RegularItalic.ttf);
32+ font-style : italic;
33+ }
34+
135body , html {
236 margin : 0 ;
337 padding : 0 ;
You can’t perform that action at this time.
0 commit comments