PluginProbe
ووسلام – همگام سازی ووکامرس و باسلام / trunk
ووسلام – همگام سازی ووکامرس و باسلام vtrunk
1.10.18 1.10.17 1.10.15 1.10.14 1.10.13 1.10.12 1.10.10 1.10.9 1.10.8 1.10.7 1.10.6 1.10.5 1.10.4 1.10.3 1.10.2 1.10.1 1.10.0 1.9.2 1.9.1 1.9.0 1.8.8 1.8.5 1.8.6 1.8.7 1.8.4 All 51 releases
sync-basalam / assets / css / font.css

font.css in ووسلام – همگام سازی ووکامرس و باسلام trunk, at assets/css/font.css

43 lines 983 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @font-face {
2 font-family: 'Morabba';
3 src: url('../fonts/moraba/Morabba-Bold.woff2') format('woff2');
4 font-weight: bold;
5 font-style: normal;
6 }
7
8 @font-face {
9 font-family: 'Morabba';
10 src: url('../fonts/moraba/Morabba-Regular.woff2') format('woff2');
11 font-weight: normal;
12 font-style: normal;
13 }
14
15 @font-face {
16 font-family: 'Morabba';
17 src: url('../fonts/moraba/Morabba-SemiBold.woff2') format('woff2');
18 font-weight: 600; /* SemiBold */
19 font-style: normal;
20 }
21
22 @font-face {
23 font-family: 'PelakFA';
24 src: url('../fonts/pelak/PelakFA-Bold.woff2') format('woff2');
25 font-weight: bold;
26 font-style: normal;
27 }
28
29 @font-face {
30 font-family: 'PelakFA';
31 src: url('../fonts/pelak/PelakFA-Regular.woff2') format('woff2');
32 font-weight: normal;
33 font-style: normal;
34 }
35
36 @font-face {
37 font-family: 'PelakFA';
38 src: url('../fonts/pelak/PelakFA-SemiBold.woff2') format('woff2');
39 font-weight: 600;
40 font-style: normal;
41 }
42
43