mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 10:08:52 +08:00
46 lines
883 B
CSS
46 lines
883 B
CSS
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('@/assets/fonts/OpenSans-Regular.woff2');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('@/assets/fonts/OpenSans-SemiBold.woff2');
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('@/assets/fonts/OpenSans-Bold.woff2');
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('@/assets/fonts/OpenSans-Italic.woff2');
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('@/assets/fonts/OpenSans-SemiBoldItalic.woff2');
|
|
font-weight: 600;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Open Sans';
|
|
src: url('@/assets/fonts/OpenSans-BoldItalic.woff2');
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
|
|
a {
|
|
color: var(--color-accent-shade);
|
|
}
|