Skip to content

Commit 0824dfc

Browse files
committed
Fonts readded (test)
1 parent ba5209f commit 0824dfc

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

style.css

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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+
135
body, html {
236
margin:0;
337
padding:0;

0 commit comments

Comments
 (0)