Procházet zdrojové kódy

add fonts files + import fonts in css

Yahya S. Hamidaddin před 2 roky
rodič
revize
08507b4831

+ 17
- 0
openalt_theme_v14/public/css/openalt_theme_v14.css Zobrazit soubor

@@ -1,3 +1,20 @@
1
+@font-face {
2
+  font-family: droid;
3
+  src: url(/apps/openalt_theme_v14/public/fonts/DroidKufi-Regular.eot);
4
+  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")
5
+}
6
+
7
+body,
8
+h1,
9
+h2,
10
+h3,
11
+h4,
12
+h5,
13
+h6 {
14
+  font-family:droid,poppins!important
15
+}
16
+
17
+
1 18
 /* Works on Chrome, Edge, and Safari */
2 19
 *::-webkit-scrollbar {
3 20
     width: 6px;

binární
openalt_theme_v14/public/fonts/DroidKufi-Regular.eot Zobrazit soubor


binární
openalt_theme_v14/public/fonts/DroidKufi-Regular.ttf Zobrazit soubor


binární
openalt_theme_v14/public/fonts/DroidKufi-Regular.woff Zobrazit soubor


binární
openalt_theme_v14/public/fonts/DroidKufi-Regular.woff2 Zobrazit soubor