This commit is contained in:
parent
eeb4cb4e3a
commit
347ccd33eb
3 changed files with 31 additions and 61 deletions
|
|
@ -1,34 +1,34 @@
|
|||
@font-face {
|
||||
font-family: "Terminal Grotesque";
|
||||
src: url("fonts/terminal-grotesque.ttf") format("truetype");
|
||||
font-family: "Terminal";
|
||||
src: url("../fonts/terminal-grotesque.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Danzza";
|
||||
src: url("fonts/Danzza-Light.woff") format("woff");
|
||||
src: url("../fonts/Danzza-Light.woff") format("woff");
|
||||
font-weight: 300;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Danzza";
|
||||
src: url("fonts/Danzza-Regular.woff") format("woff");
|
||||
src: url("../fonts/Danzza-Regular.woff") format("woff");
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Danzza";
|
||||
src: url("fonts/Danzza-Medium.woff") format("woff");
|
||||
src: url("../fonts/Danzza-Medium.woff") format("woff");
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Danzza";
|
||||
src: url("fonts/Danzza-Bold.woff") format("woff");
|
||||
src: url("../fonts/Danzza-Bold.woff") format("woff");
|
||||
font-weight: 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue