mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
05f4d4dae1
* Version bump * Fix version numbers * Upgraded > WP2 and cleaned up a bunch * CI to yarn * Updated some deps * Updated some modules
79 lines
1.7 KiB
CSS
Executable File
79 lines
1.7 KiB
CSS
Executable File
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/Light/OpenSans-Light.woff2?v=1.1.0");
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Light */
|
|
/* BEGIN Light Italic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/LightItalic/OpenSans-LightItalic.woff2?v=1.1.0");
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Light Italic */
|
|
/* BEGIN Regular */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/Regular/OpenSans-Regular.woff2?v=1.1.0");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
/* END Regular */
|
|
/* BEGIN Italic */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/Italic/OpenSans-Italic.woff2?v=1.1.0");
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* END Italic */
|
|
/* BEGIN Semibold */
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0");
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/SemiboldItalic/OpenSans-SemiboldItalic.woff2?v=1.1.0");
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/Bold/OpenSans-Bold.woff2?v=1.1.0") format("woff2");
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/BoldItalic/OpenSans-BoldItalic.woff2?v=1.1.0");
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/ExtraBold/OpenSans-ExtraBold.woff2?v=1.1.0");
|
|
font-weight: 800;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url("./fonts/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2?v=1.1.0");
|
|
font-weight: 800;
|
|
font-style: italic;
|
|
}
|
|
|
|
|