-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
34 lines (31 loc) · 933 Bytes
/
style.css
File metadata and controls
34 lines (31 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@font-face {
font-family: 'AZ-Software';
src: url('fonts/AZ-Software.eot?eqtnwv');
src: url('fonts/AZ-Software.eot?eqtnwv#iefix') format('embedded-opentype'),
url('fonts/AZ-Software.ttf?eqtnwv') format('truetype'),
url('fonts/AZ-Software.woff?eqtnwv') format('woff'),
url('fonts/AZ-Software.svg?eqtnwv#AZ-Software') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'AZ-Software' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-az:before {
content: "\e900";
color: #fff;
}
.icon-azdark:before {
content: "\e901";
}