-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfont.css
24 lines (22 loc) · 956 Bytes
/
font.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*Load Font */
@font-face {
font-family: 'IRANSans-web';
src: url('fonts/IRANSans-Light-Expanded.eot?#') format('eot'), /* IE6–8 */
url('fonts/IRANSans-Light-Expanded.woff2') format('woff2'), /* Chrome36+, Opera24+*/
url('fonts/IRANSans-Light-Expanded.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
font-weight: 300;
}
@font-face {
font-family: 'IRANSans-web';
src: url('fonts/IRANSANSExpanded.eot?#') format('eot'), /* IE6–8 */
url('fonts/IRANSANSExpanded.woff2') format('woff2'), /* Chrome36+, Opera24+*/
url('fonts/IRANSANSExpanded.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
font-weight: normal;
}
@font-face {
font-family: 'IRANSans-web';
src: url('fonts/IRANSans-Bold.eot?#') format('eot'), /* IE6–8 */
url('fonts/IRANSans-Bold.woff2') format('woff2'), /* Chrome36+, Opera24+*/
url('fonts/IRANSans-Bold.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
font-weight: bold;
}