Add more airlines and fix edit bugs
This commit is contained in:
@@ -15,6 +15,58 @@
|
||||
|
||||
}
|
||||
|
||||
/* Share Tech Mono */
|
||||
@font-face {
|
||||
font-family: 'Share Tech Mono';
|
||||
src: url('/fonts/share-tech-mono-v16-latin-regular.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Barlow */
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
src: url('/fonts/barlow-v13-latin_latin-ext-regular.woff2') format('woff2');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
src: url('/fonts/barlow-v13-latin_latin-ext-500.woff2') format('woff2');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Barlow';
|
||||
src: url('/fonts/barlow-v13-latin_latin-ext-600.woff2') format('woff2');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
/* Barlow Condensed */
|
||||
@font-face {
|
||||
font-family: 'Barlow Condensed';
|
||||
src: url('/fonts/barlow-condensed-v13-latin-500.woff2') format('woff2');
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Barlow Condensed';
|
||||
src: url('/fonts/barlow-condensed-v13-latin-700.woff2') format('woff2');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user