Switch font to Fira Sans
This commit is contained in:
parent
801a5e881d
commit
8972a39d9e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
ftp_url.txt
|
||||
music/*
|
||||
static/woff/*
|
||||
dist/
|
||||
temp/
|
||||
wip/
|
||||
|
@ -1,5 +1,45 @@
|
||||
@font-face{
|
||||
font-family: 'Fira Sans';
|
||||
src: local('Fira Sans Regular'),
|
||||
url('woff/FiraSans-Regular.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Sans';
|
||||
src: local('Fira Sans Regular Italic'),
|
||||
url('woff/FiraSans-Italic.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Sans';
|
||||
src: local('Fira Sans Bold'),
|
||||
url('woff/FiraSans-Bold.woff') format('woff');
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Mono';
|
||||
src: local('Fira Mono'),
|
||||
url('woff/FiraMono-Regular.woff') format('woff');
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
font-family: 'Fira Mono';
|
||||
src: local('Fira Mono Bold'),
|
||||
url('woff/FiraMono-Bold.woff') format('woff');
|
||||
font-weight: 600;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||
font-family: 'Fira Sans', sans-serif;
|
||||
font-size: 18px;
|
||||
line-height: 2;
|
||||
margin: 0 0 0 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user