~undoified/eka/trunk

« back to all changes in this revision

Viewing changes to src/css/main.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
1
@import url("/css/normalize.css");
2
2
@import url("/css/pure-grids.css");
3
3
@import url("/css/fonts.css");
 
4
 
 
5
body {
 
6
    font-family: "Be Vietnam", "Metropolis", Helvetica, sans-serif;
 
7
    font-size: 12pt;
 
8
}
 
9
 
 
10
h1, h2, h3, h4, h5, h6 {
 
11
    font-family: "Metropolis", "Be Vietnam", Helvetica, sans-serif;
 
12
    font-weight: 700;
 
13
}