Skip to content

Commit 2b2c7d4

Browse files
committed
fedora font
1 parent f62b684 commit 2b2c7d4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

documentation/html/extra-styles.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
@CHARSET "UTF-8";
2-
@font-face {
3-
font-family: 'Harabara';
4-
src: url('./fonts/Harabara.eot');
5-
src: local('Harabara'), url('./fonts/Harabara.woff') format('woff'), url('./fonts/Harabara.ttf') format('truetype');
6-
}
2+
@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
3+
74

85
body, table, div, p, dl {
96
font: 400 12px/20px Roboto,sans-serif !important;
107
}
118

129
#projectname
1310
{
14-
font: 300% 'Harabara' !important;
11+
font: 300% 'Fredoka One', cursive !important;
1512
}
1613

1714
#projectbrief

0 commit comments

Comments
 (0)