mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
fix: Exclude Greek characters from font
This commit is contained in:
parent
2d390c4e7e
commit
8adca3a4ea
1 changed files with 6 additions and 0 deletions
6
client/src/lib/custom-ui/styles.css
vendored
6
client/src/lib/custom-ui/styles.css
vendored
|
@ -14,6 +14,7 @@
|
||||||
src: url("./assets/fonts/Nunitoga-Light.woff2") format("woff2");
|
src: url("./assets/fonts/Nunitoga-Light.woff2") format("woff2");
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
unicode-range: U+0000-036F, U+0400-1EFF, U+2000-10FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -21,6 +22,7 @@
|
||||||
src: url("./assets/fonts/Nunitoga-LightItalic.woff2") format("woff2");
|
src: url("./assets/fonts/Nunitoga-LightItalic.woff2") format("woff2");
|
||||||
font-weight: lighter;
|
font-weight: lighter;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
unicode-range: U+0000-036F, U+0400-1EFF, U+2000-10FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -28,6 +30,7 @@
|
||||||
src: url("./assets/fonts/Nunitoga-Medium.woff2") format("woff2");
|
src: url("./assets/fonts/Nunitoga-Medium.woff2") format("woff2");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
unicode-range: U+0000-036F, U+0400-1EFF, U+2000-10FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -35,6 +38,7 @@
|
||||||
src: url("./assets/fonts/Nunitoga-MediumItalic.woff2") format("woff2");
|
src: url("./assets/fonts/Nunitoga-MediumItalic.woff2") format("woff2");
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
unicode-range: U+0000-036F, U+0400-1EFF, U+2000-10FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -42,6 +46,7 @@
|
||||||
src: url("./assets/fonts/Nunitoga-Bold.woff2") format("woff2");
|
src: url("./assets/fonts/Nunitoga-Bold.woff2") format("woff2");
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
unicode-range: U+0000-036F, U+0400-1EFF, U+2000-10FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -49,6 +54,7 @@
|
||||||
src: url("./assets/fonts/Nunitoga-BoldItalic.woff2") format("woff2");
|
src: url("./assets/fonts/Nunitoga-BoldItalic.woff2") format("woff2");
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
unicode-range: U+0000-036F, U+0400-1EFF, U+2000-10FFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue