Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 477251b

Browse files
authored
Add files via upload
1 parent 55dff88 commit 477251b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

Graphic-style.css

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
@font-face {
2+
font-family: 'Graphik';
3+
src: local('Graphik Regular'), local('Graphik-Regular'),
4+
url('https://githubib.github.io/Graphik-Regular.woff2') format('woff2'),
5+
url('https://githubib.github.io/Graphik-Regular.woff') format('woff'),
6+
url('https://githubib.github.io/Graphik-Regular.ttf') format('truetype'),
7+
url('https://githubib.github.io/Graphik-Regular.eot') format('embedded-opentype');
8+
font-weight: 400;
9+
font-style: normal;
10+
}
11+
12+
@font-face {
13+
font-family: 'Graphik Bold';
14+
src: local('Graphik Bold'), local('Graphik-Bold'),
15+
url('https://githubib.github.io/Graphik-Bold.woff2') format('woff2'),
16+
url('https://githubib.github.io/Graphik-Bold.woff') format('woff'),
17+
url('https://githubib.github.io/Graphik-Bold.ttf') format('truetype'),
18+
url('https://githubib.github.io/Graphik-Bold.eot') format('embedded-opentype');
19+
font-weight: 400;
20+
font-style: normal;
21+
}
22+
23+
@font-face {
24+
font-family: 'Graphik Bold';
25+
src: local('Graphik Bold'), local('Graphik-Bold'),
26+
url('https://githubib.github.io/Graphik-Bold.woff2') format('woff2'),
27+
url('https://githubib.github.io/Graphik-Bold.woff') format('woff'),
28+
url('https://githubib.github.io/Graphik-Bold.ttf') format('truetype'),
29+
url('https://githubib.github.io/Graphik-Bold.eot') format('embedded-opentype');
30+
font-weight: 400;
31+
font-style: normal;
32+
}

0 commit comments

Comments
 (0)