mirror of
https://github.com/Unleash/unleash.git
synced 2026-01-23 20:06:43 +01:00
Fix CSS linting issues in font file
Co-authored-by: ivarconr <158948+ivarconr@users.noreply.github.com>
This commit is contained in:
parent
d18d23b577
commit
9805e4d143
@ -1,27 +1,27 @@
|
||||
/* Sen font - Self-hosted */
|
||||
/* sen-latin-400-normal */
|
||||
@font-face {
|
||||
font-family: 'Sen';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url(./sen-latin-400-normal.woff2) format('woff2');
|
||||
font-family: "Sen";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 400;
|
||||
src: url(./sen-latin-400-normal.woff2) format("woff2");
|
||||
}
|
||||
|
||||
/* sen-latin-700-normal */
|
||||
@font-face {
|
||||
font-family: 'Sen';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url(./sen-latin-700-normal.woff2) format('woff2');
|
||||
font-family: "Sen";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 700;
|
||||
src: url(./sen-latin-700-normal.woff2) format("woff2");
|
||||
}
|
||||
|
||||
/* sen-latin-800-normal */
|
||||
@font-face {
|
||||
font-family: 'Sen';
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url(./sen-latin-800-normal.woff2) format('woff2');
|
||||
font-family: "Sen";
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
font-weight: 800;
|
||||
src: url(./sen-latin-800-normal.woff2) format("woff2");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user