1
2
3
4
5
6
7
|
@font-face {
font-family: 'Fabiol';
src: url('LDFabiolPro-Regular.woff2') format('woff2'),
url('LDFabiolPro-Regular.woff') format('woff');
font-style: normal;
font-weight: 400;
}
|
>
>
>
>
|
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: BlueOak-1.0.0
This file is licensed under the Blue Oak Model License 1.0.0.
*/
@font-face {
font-family: 'Fabiol';
src: url('LDFabiolPro-Regular.woff2') format('woff2'),
url('LDFabiolPro-Regular.woff') format('woff');
font-style: normal;
font-weight: 400;
}
|