Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_iconfont.scss « scss « assets - github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbd9337175a027780bb21f72ba6b2fe2a5ed52d2 (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@font-face {
  font-family: 'iconfont';
  src: url('../iconfont/iconfont.woff2') format('woff2'),
    url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype'),
    url('../iconfont/iconfont.svg') format('svg');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-grid-sharp:before {
  content: '\e612';
}

.icon-search-circle-sharp:before {
  content: '\e60c';
}

.icon-chevron-back-circle-sharp:before {
  content: '\e608';
}

.icon-caret-back-circle-sharp:before {
  content: '\e609';
}

.icon-chevron-forward-circle-sharp:before {
  content: '\e60a';
}

.icon-caret-forward-circle-sharp:before {
  content: '\e60b';
}

.icon-today-sharp:before {
  content: '\e607';
}

.icon-chevron-up-circle-sharp:before {
  content: '\e606';
}

.icon-contrast-sharp:before {
  content: '\e601';
}

.icon-file-tray-sharp:before {
  content: '\e602';
}

.icon-pricetags-sharp:before {
  content: '\e603';
}

.icon-chatbox-ellipses-sharp:before {
  content: '\e604';
}

.icon-time-sharp:before {
  content: '\e605';
}