Welcome to mirror list, hosted at ThFree Co, Russian Federation.

font.css « css « static - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7d44a5d30494fac901d4ca67ab65aa28b2c2471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

/* Default font for body */
body {
    font-family: "Lora", serif !important;
}

/* secondary font */
.secondary-font, #secondary-font {
    font-family: "Lora", serif;
}

/* primary font */
.primary-font, #primary-font {
    font-family: "Alata", sans-serif;
}

/* Default font */
.default-font, #default-font {
    font-family: "Roboto", sans-serif;
}