add fonts files + import fonts in css
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
@font-face {
|
||||
font-family: droid;
|
||||
src: url(/apps/openalt_theme_v14/public/fonts/DroidKufi-Regular.eot);
|
||||
src:url(/apps/openalt_theme_v14/public/fonts/DroidKufi-Regular.eot?#iefix) format("embedded-opentype"),url(/apps/openalt_theme_v14/public/fonts/DroidKufi-Regular.woff2) format("woff2"),url(/apps/openalt_theme_v14/public/fonts/DroidKufi-Regular.woff) format("woff"),url(/apps/openalt_theme_v14/public/fonts/DroidKufi-Regular.ttf) format("truetype")
|
||||
}
|
||||
|
||||
body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family:droid,poppins!important
|
||||
}
|
||||
|
||||
|
||||
/* Works on Chrome, Edge, and Safari */
|
||||
*::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
|
||||
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.eot
Normal file
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.eot
Normal file
Binary file not shown.
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.ttf
Normal file
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.ttf
Normal file
Binary file not shown.
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.woff
Normal file
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.woff
Normal file
Binary file not shown.
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.woff2
Normal file
BIN
openalt_theme_v14/public/fonts/DroidKufi-Regular.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user