-
Notifications
You must be signed in to change notification settings - Fork 0
/
font.css
27 lines (24 loc) · 1.13 KB
/
font.css
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
/* galdeano-regular - latin */
@font-face {
font-family: 'Galdeano';
font-style: normal;
font-weight: 400;
src: url('../fonts/galdeano-v9-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Galdeano Regular'), local('Galdeano-Regular'),
url('../fonts/galdeano-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/galdeano-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/galdeano-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/galdeano-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/galdeano-v9-latin-regular.svg#Galdeano') format('svg'); /* Legacy iOS */
}
/* ----------------------------------------------------------------------- */
*:not(code), ::-webkit-input-placeholder {
font-family: galdeano !important;
font-size: var(--font-size, initial);
font-weight: var(--font-weight, initial);
word-spacing: var(--word-spacing, initial);
letter-spacing: var(--letter-spacing, initial);
}
.da-markup {
line-height: var(--line-spacing, initial);
}