Skip to content

Commit 516d055

Browse files
authored
Merge pull request #1 from Aniket-Mishra/master
Base
2 parents 700eb5f + 31ea161 commit 516d055

File tree

73 files changed

+349
-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.

73 files changed

+349
-0
lines changed

assets/css/bootstrap.min.css

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

assets/css/style.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
/*This contains the css for the components of the page*/
4+
5+
@font-face{
6+
font-family: nikoleta;
7+
src: url("../assets/fonts/Nikoleta-Font/NIKOLETA.ttf");
8+
}
9+
@font-face{
10+
font-family: alegreya;
11+
src: url("../assets/fonts/Alegreya/Alegreya-Regular");
12+
}
13+
14+
body{
15+
margin: 0;
16+
padding: 0;
17+
font-family: alegreya;
18+
background-color: red;
19+
}

assets/css/styles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
/*This contains the css for the components of the page*/
4+
5+
@font-face{
6+
font-family: nikoleta;
7+
src: url("../assets/fonts/Nikoleta-Font/NIKOLETA.ttf");
8+
}
9+
@font-face{
10+
font-family: alegreya;
11+
src: url("../assets/fonts/Alegreya/Alegreya-Regular");
12+
}
13+
14+
body{
15+
margin: 0;
16+
padding: 0;
17+
font-family: alegreya;
18+
background-color: red;
19+
}

assets/fonts/Anton/FeFCit2.ttf

114 KB
Binary file not shown.

assets/fonts/Anton/FeFCrm2.ttf

104 KB
Binary file not shown.

assets/fonts/Anton/FeFCsc2.ttf

97.6 KB
Binary file not shown.

assets/fonts/Anton/License.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
this typeface is (c) 2004 Igino Marini
2+
http://www.iginomarini.com/
3+
4+
5+
6+
This font is a nearly free font. You can use it freely but:
7+
8+
a) If you want to use it in publications on any kind of media (paper, CDs or DVDs, web, etc.)
9+
you have to put in the following words as a note:
10+
"The Fell Types are digitally reproduced by Igino Marini. www.iginomarini.com".
11+
Then you have to email me and let me know where you used them so I can see your work.
12+
b) You can't sell the font.
13+
c) You can't rename the font and its contents (including outlines, kerning table and other data,
14+
license, copyright, links, etc).
15+
d) You can't put the font on a commercial CD-ROM.
16+
e) You can distribute it freely but not without this text file you're reading attached.
17+
f) You can put this font online on your own site but after having put a link to www.iginomarini.com
18+
nearby and having consulted me (and got my permission).
19+
20+
Igino Marini
21+
22+

assets/fonts/Nikoleta-Font.zip

355 KB
Binary file not shown.
22.3 KB
Binary file not shown.
75.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)