Changes to web templates

This commit is contained in:
Ubuntu
2025-01-31 04:06:10 +00:00
parent 63572f41da
commit 114afe04a6
26 changed files with 9860 additions and 1161 deletions

View File

@ -0,0 +1,33 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?517ko8');
src: url('fonts/icomoon.eot?517ko8#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?517ko8') format('truetype'),
url('fonts/icomoon.woff?517ko8') format('woff'),
url('fonts/icomoon.svg?517ko8#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-arrow-left2:before {
content: "\ea40";
}