~undoified/eka/trunk

« back to all changes in this revision

Viewing changes to src/css/fonts.css

  • Committer: Undoified
  • Date: 2020-01-10 23:57:58 UTC
  • Revision ID: undoified@vivaldi.net-20200110235758-127qxu96syes77o4
Add some fonts, start making the search component

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*Be Vietnam*/
 
2
@font-face {
 
3
    font-family: "Be Vietnam";
 
4
    src: url("/fonts/be-vietnam/BeVietnam-Regular.ttf");
 
5
    font-weight: 400;
 
6
    font-style: normal;
 
7
}
 
8
 
 
9
@font-face {
 
10
    font-family: "Be Vietnam";
 
11
    src: url("/fonts/be-vietnam/BeVietnam-Italic.ttf");
 
12
    font-weight: 400;
 
13
    font-style: italic;
 
14
}
 
15
 
 
16
@font-face {
 
17
    font-family: "Be Vietnam";
 
18
    src: url("/fonts/be-vietnam/BeVietnam-Bold.ttf");
 
19
    font-weight: 700;
 
20
    font-style: normal;
 
21
}
 
22
 
 
23
@font-face {
 
24
    font-family: "Be Vietnam";
 
25
    src: url("/fonts/be-vietnam/BeVietnam-BoldItalic.ttf");
 
26
    font-weight: 700;
 
27
    font-style: italic;
 
28
}
 
29
/*Metropolis*/
 
30
@font-face {
 
31
    font-family: "Metropolis";
 
32
    src: url("/fonts/metropolis/Metropolis-Bold.woff");
 
33
    font-weight: 700;
 
34
    font-style: normal;
 
35
}
 
36
 
 
37
@font-face {
 
38
    font-family: "Metropolis";
 
39
    src: url("/fonts/metropolis/Metropolis-BoldItalic.woff");
 
40
    font-weight: 700;
 
41
    font-style: italic;
 
42
}
 
43
/*B612*/
 
44
@font-face {
 
45
    font-family: "B612";
 
46
    src: url("/fonts/b612/B612Mono-Regular.ttf");
 
47
    font-weight: 400;
 
48
    font-style: normal;
 
49
}