mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fixed font issues
This commit is contained in:
parent
64389852c4
commit
c9d969afc6
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic-Italic.woff
Executable file
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic-Italic.woff
Executable file
Binary file not shown.
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic-Italic.woff2
Normal file → Executable file
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic-Italic.woff2
Normal file → Executable file
Binary file not shown.
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic.woff
Executable file
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic.woff
Executable file
Binary file not shown.
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic.woff2
Normal file → Executable file
BIN
src/system/assets/fonts/gentium-basic/GentiumBasic.woff2
Normal file → Executable file
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-Bold.woff
Executable file
BIN
src/system/assets/fonts/lato/Lato-Bold.woff
Executable file
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-Bold.woff2
Executable file
BIN
src/system/assets/fonts/lato/Lato-Bold.woff2
Executable file
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-BoldItalic.woff
Executable file
BIN
src/system/assets/fonts/lato/Lato-BoldItalic.woff
Executable file
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-BoldItalic.woff2
Executable file
BIN
src/system/assets/fonts/lato/Lato-BoldItalic.woff2
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-Italic.woff
Normal file → Executable file
BIN
src/system/assets/fonts/lato/Lato-Italic.woff
Normal file → Executable file
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-Italic.woff2
Normal file → Executable file
BIN
src/system/assets/fonts/lato/Lato-Italic.woff2
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-Regular.woff
Normal file → Executable file
BIN
src/system/assets/fonts/lato/Lato-Regular.woff
Normal file → Executable file
Binary file not shown.
BIN
src/system/assets/fonts/lato/Lato-Regular.woff2
Normal file → Executable file
BIN
src/system/assets/fonts/lato/Lato-Regular.woff2
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,7 +2,10 @@
|
||||
font-family: 'Gentium Basic';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Gentium Basic'), local('GentiumBasic'), url('~@@/assets/fonts/gentium-basic/GentiumBasic.woff2') format('woff2');
|
||||
src: local('Gentium Basic'),
|
||||
local('GentiumBasic'),
|
||||
url('~@@/assets/fonts/gentium-basic/GentiumBasic.woff2') format('woff2'),
|
||||
url('~@@/assets/fonts/gentium-basic/GentiumBasic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
@ -10,6 +13,9 @@
|
||||
font-family: 'Gentium Basic';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Gentium Basic Italic'), local('GentiumBasic-Italic'), url('~@@/assets/fonts/gentium-basic/GentiumBasic-Italic.woff2') format('woff2');
|
||||
src: local('Gentium Basic Italic'),
|
||||
local('GentiumBasic-Italic'),
|
||||
url('~@@/assets/fonts/gentium-basic/GentiumBasic-Italic.woff2') format('woff2'),
|
||||
url('~@@/assets/fonts/gentium-basic/GentiumBasic-Italic.woff') format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
|
||||
@ -1,24 +1,18 @@
|
||||
/* Webfont: Lato-Semibold */
|
||||
/* Webfont: Lato-Bold */
|
||||
@font-face {
|
||||
font-family: 'LatoWeb';
|
||||
src: url('~@@/assets/fonts/lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
|
||||
src: url('~@@/assets/fonts/lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('~@@/assets/fonts/lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-Semibold.ttf') format('truetype');
|
||||
src: url('~@@/assets/fonts/lato/Lato-Bold.woff2') format('woff2'),
|
||||
url('~@@/assets/fonts/lato/Lato-Bold.woff') format('woff');
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
/* Webfont: Lato-SemiboldItalic */
|
||||
/* Webfont: Lato-BoldItalic */
|
||||
@font-face {
|
||||
font-family: 'LatoWeb';
|
||||
src: url('~@@/assets/fonts/lato/Lato-SemiboldItalic.eot'); /* IE9 Compat Modes */
|
||||
src: url('~@@/assets/fonts/lato/Lato-SemiboldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('~@@/assets/fonts/lato/Lato-SemiboldItalic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-SemiboldItalic.woff') format('woff'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-SemiboldItalic.ttf') format('truetype');
|
||||
src: url('~@@/assets/fonts/lato/Lato-BoldItalic.woff2') format('woff2'),
|
||||
url('~@@/assets/fonts/lato/Lato-BoldItalic.woff') format('woff');
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
text-rendering: optimizeLegibility;
|
||||
@ -27,11 +21,8 @@
|
||||
/* Webfont: Lato-Italic */
|
||||
@font-face {
|
||||
font-family: 'LatoWeb';
|
||||
src: url('~@@/assets/fonts/lato/Lato-Italic.eot'); /* IE9 Compat Modes */
|
||||
src: url('~@@/assets/fonts/lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('~@@/assets/fonts/lato/Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-Italic.woff') format('woff'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-Italic.ttf') format('truetype');
|
||||
src: url('~@@/assets/fonts/lato/Lato-Italic.woff2') format('woff2'),
|
||||
url('~@@/assets/fonts/lato/Lato-Italic.woff') format('woff');
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
text-rendering: optimizeLegibility;
|
||||
@ -40,11 +31,8 @@
|
||||
/* Webfont: Lato-Regular */
|
||||
@font-face {
|
||||
font-family: 'LatoWeb';
|
||||
src: url('~@@/assets/fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */
|
||||
src: url('~@@/assets/fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('~@@/assets/fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
|
||||
url('~@@/assets/fonts/lato/Lato-Regular.ttf') format('truetype');
|
||||
src: url('~@@/assets/fonts/lato/Lato-Regular.woff2') format('woff2'),
|
||||
url('~@@/assets/fonts/lato/Lato-Regular.woff') format('woff');
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user