mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-30 21:17:55 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
40 lines
1.1 KiB
CSS
40 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'SansationLight';
|
|
src: url('../fonts/SansationLight.eot');
|
|
src: local('SansationLight'), url('../fonts/SansationLight.woff') format('woff'), url('../fonts/SansationLight.ttf') format('truetype');
|
|
}
|
|
|
|
.font_SansationLight {
|
|
font-family: 'SansationLight' !important;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Arial';
|
|
src: url('../fonts/Arial.eot');
|
|
src: local('Arial'), url('../fonts/Arial.woff') format('woff'), url('../fonts/Arial.ttf') format('truetype');
|
|
}
|
|
|
|
.font_Arial {
|
|
font-family: 'Arial' !important;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'JUNEBUG';
|
|
src: url('../fonts/JUNEBUG.eot');
|
|
src: local('JUNEBUG'), url('../fonts/JUNEBUG.woff') format('woff'), url('../fonts/JUNEBUG.ttf') format('truetype');
|
|
}
|
|
|
|
.font_JUNEBUG {
|
|
font-family: 'JUNEBUG' !important;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'b-de-bonita-shadow';
|
|
src: url('../fonts/b-de-bonita-shadow.eot');
|
|
src: local('JUNEBUG'), url('../fonts/b-de-bonita-shadow.woff') format('woff'), url('../fonts/b-de-bonita-shadow.ttf') format('truetype');
|
|
}
|
|
|
|
.font_b-de-bonita-shadow {
|
|
font-family: 'b-de-bonita-shadow' !important;
|
|
}
|