Revision e7b83dc2

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/font_custom.css
1 1
@font-face {
2
	font-family: 'snf-font';
3
	src:url('../fonts/snf-font.eot');
4
	src:url('../fonts/snf-font.eot?#iefix') format('embedded-opentype'),
5
		url('../fonts/snf-font.woff') format('woff'),
6
		url('../fonts/snf-font.ttf') format('truetype'),
7
		url('../fonts/snf-font.svg#snf-font') format('svg');
2
	font-family: "snf-font";
3
	src:url("../fonts/snf-font.eot");
4
	src:url("../fonts/snf-font.eot?#iefix") format("embedded-opentype"),
5
		url("../fonts/snf-font.woff") format("woff"),
6
		url("../fonts/snf-font.ttf") format("truetype"),
7
		url("../fonts/snf-font.svg#snf-font") format("svg");
8 8
	font-weight: normal;
9 9
	font-style: normal;
10 10
}
11 11

  
12 12
/* Use the following CSS code if you want to use data attributes for inserting your icons */
13 13
[data-icon]:before {
14
	font-family: 'snf-font';
14
	font-family: "snf-font";
15 15
	content: attr(data-icon);
16 16
	speak: none;
17 17
	font-weight: normal;
......
25 25
/* Use the following CSS code if you want to have a class per icon */
26 26
/*
27 27
Instead of a list of all class selectors,
28
you can use the generic selector below, but it's slower:
28
you can use the generic selector below, but it"s slower:
29 29
[class*="snf-"] {
30 30
*/
31 31
.snf-font, .snf-custom-checkbox, .snf-twitter-off-black, .snf-cancel-circled, .snf-checkbox-checked, .snf-checkbox-unchecked, .snf-cancel-circled2, .snf-cancel-circled-outline, .snf-cancel-outline, .snf-ok, .snf-remove, .snf-ban-circle, .snf-ok-circle, .snf-ok-sign, .snf-remove-sign, .snf-minus-sign, .snf-pencil, .snf-edit, .snf-edit-1, .snf-pencil-circled, .snf-icon-compute-outline, .snf-icon-networks-fill, .snf-HDD, .snf-network, .snf-PC, .snf-PC_fill, .snf-Pithos, .snf-DASHboard, .snf-eye {
32
	font-family: 'snf-font';
32
	font-family: "snf-font";
33 33
	speak: none;
34 34
	font-style: normal;
35 35
	font-weight: normal;

Also available in: Unified diff