PluginProbe ʕ •ᴥ•ʔ
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / trunk
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More vtrunk
4.1.0 4.0.9 4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 trunk 1.0.0 2.0.0 2.0.1 2.0.2 2.0.3 3.0 3.0.1 3.0.2 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.4 3.2.5 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.4.5 3.4.6 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.7.0 3.7.1
superb-blocks / assets / fonts / manrope / manrope.css
superb-blocks / assets / fonts / manrope Last commit date
manrope-v13-latin-600.eot 2 weeks ago manrope-v13-latin-600.svg 2 weeks ago manrope-v13-latin-600.ttf 2 weeks ago manrope-v13-latin-600.woff 2 weeks ago manrope-v13-latin-600.woff2 2 weeks ago manrope-v13-latin-700.eot 2 weeks ago manrope-v13-latin-700.svg 2 weeks ago manrope-v13-latin-700.ttf 2 weeks ago manrope-v13-latin-700.woff 2 weeks ago manrope-v13-latin-700.woff2 2 weeks ago manrope-v13-latin-regular.eot 2 weeks ago manrope-v13-latin-regular.svg 2 weeks ago manrope-v13-latin-regular.ttf 2 weeks ago manrope-v13-latin-regular.woff 2 weeks ago manrope-v13-latin-regular.woff2 2 weeks ago manrope.css 2 weeks ago
manrope.css
39 lines
1 /* manrope-regular - latin */
2 @font-face {
3 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
4 font-family: 'Manrope';
5 font-style: normal;
6 font-weight: 400;
7 src: url('./manrope-v13-latin-regular.eot'); /* IE9 Compat Modes */
8 src: url('./manrope-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
9 url('./manrope-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
10 url('./manrope-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
11 url('./manrope-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
12 url('./manrope-v13-latin-regular.svg#Manrope') format('svg'); /* Legacy iOS */
13 }
14 /* manrope-600 - latin */
15 @font-face {
16 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
17 font-family: 'Manrope';
18 font-style: normal;
19 font-weight: 600;
20 src: url('./manrope-v13-latin-600.eot'); /* IE9 Compat Modes */
21 src: url('./manrope-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
22 url('./manrope-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
23 url('./manrope-v13-latin-600.woff') format('woff'), /* Modern Browsers */
24 url('./manrope-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
25 url('./manrope-v13-latin-600.svg#Manrope') format('svg'); /* Legacy iOS */
26 }
27 /* manrope-700 - latin */
28 @font-face {
29 font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
30 font-family: 'Manrope';
31 font-style: normal;
32 font-weight: 700;
33 src: url('./manrope-v13-latin-700.eot'); /* IE9 Compat Modes */
34 src: url('./manrope-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
35 url('./manrope-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
36 url('./manrope-v13-latin-700.woff') format('woff'), /* Modern Browsers */
37 url('./manrope-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
38 url('./manrope-v13-latin-700.svg#Manrope') format('svg'); /* Legacy iOS */
39 }