-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathasap-condensed.css
22 lines (19 loc) · 1.43 KB
/
asap-condensed.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* License: https://pagecdn.io/lib/easyfonts/license/asap-condensed.txt */
/* License: https://github.com/google/fonts#licensing */
@font-face{font-display:swap;font-family:'asap condensed';font-weight:500;src:url(fonts/asap-condensed-500.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';font-style:italic;src:url(fonts/asap-condensed-400i.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';src:url(fonts/asap-condensed-400.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';font-weight:600;src:url(fonts/asap-condensed-600.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';font-style:italic;font-weight:500;src:url(fonts/asap-condensed-500i.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';font-style:italic;font-weight:600;src:url(fonts/asap-condensed-600i.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';font-weight:700;src:url(fonts/asap-condensed-700.ttf)}
@font-face{font-display:swap;font-family:'asap condensed';font-style:italic;font-weight:700;src:url(fonts/asap-condensed-700i.ttf)}
.font-asap-condensed{font-family:'asap condensed'}
.w500{font-weight:500;font-style:normal}
.w400i{font-weight:400;font-style:italic}
.w400{font-weight:400;font-style:normal}
.w600{font-weight:600;font-style:normal}
.w500i{font-weight:500;font-style:italic}
.w600i{font-weight:600;font-style:italic}
.w700{font-weight:700;font-style:normal}
.w700i{font-weight:700;font-style:italic}