Skip to content

Commit 2d5d2cc

Browse files
committed
master
0 parents  commit 2d5d2cc

File tree

150 files changed

+86805
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+86805
-0
lines changed

Big Data website/_DS_Store

10 KB
Binary file not shown.

Big Data website/css/base.css

Lines changed: 775 additions & 0 deletions
Large diffs are not rendered by default.

Big Data website/css/font-awesome/css/font-awesome.css

Lines changed: 2337 additions & 0 deletions
Large diffs are not rendered by default.

Big Data website/css/font-awesome/css/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

Big Data website/css/font-awesome/fonts/fontawesome-webfont.svg

Lines changed: 2671 additions & 0 deletions
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.

Big Data website/css/fonts.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/* ===================================================================
2+
* fonts.scss)
3+
*
4+
* ------------------------------------------------------------------- */
5+
6+
/*
7+
* Libre Baskerville
8+
================================================================================ */
9+
@font-face {
10+
font-family: "librebaskerville-regular";
11+
src: url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-regular-webfont.woff") format("woff");
12+
font-style: normal;
13+
font-weight: normal;
14+
}
15+
@font-face {
16+
font-family: "librebaskerville-italic";
17+
src: url("../fonts/librebaskerville/librebaskerville-italic-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-italic-webfont.woff") format("woff");
18+
font-style: normal;
19+
font-weight: normal;
20+
}
21+
@font-face {
22+
font-family: "librebaskerville-bold";
23+
src: url("../fonts/librebaskerville/librebaskerville-bold-webfont.woff2") format("woff2"), url("../fonts/librebaskerville/librebaskerville-bold-webfont.woff") format("woff");
24+
font-style: normal;
25+
font-weight: normal;
26+
}
27+
28+
/*
29+
* Montserrat
30+
================================================================================ */
31+
@font-face {
32+
font-family: "montserrat-regular";
33+
src: url("../fonts/montserrat/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff");
34+
font-style: normal;
35+
font-weight: normal;
36+
}
37+
@font-face {
38+
font-family: "montserrat-bold";
39+
src: url("../fonts/montserrat/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff");
40+
font-style: normal;
41+
font-weight: normal;
42+
}

0 commit comments

Comments
 (0)