mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Change default fonts
This commit is contained in:
parent
3c889d87ef
commit
3dd9e620a8
33 changed files with 31 additions and 105 deletions
|
|
@ -121,74 +121,46 @@ button {
|
|||
animation: fadeOut 0.2s forwards;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "AnekTamil";
|
||||
src: url("../fonts/AnekTamil-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Archivo";
|
||||
src: url("../fonts/Archivo-Regular.ttf") format("truetype");
|
||||
src: url("../fonts/Archivo-VariableFont_wdth,wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Circular STD";
|
||||
src: url("../fonts/CircularSTD-Regular.ttf") format("truetype");
|
||||
font-family: "Raleway";
|
||||
src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Didact Gothic";
|
||||
src: url("../fonts/DidactGothic-Regular.ttf") format("truetype");
|
||||
font-family: "Fredoka";
|
||||
src: url("../fonts/Fredoka-VariableFont_wdth,wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "DM Sans";
|
||||
src: url("../fonts/DMSans-Regular.ttf") format("truetype");
|
||||
font-family: "League Spartan";
|
||||
src: url("../fonts/LeagueSpartan-VariableFont_wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Encode Sans";
|
||||
src: url("../fonts/EncodeSans-Regular.ttf") format("truetype");
|
||||
font-family: "Lexend";
|
||||
src: url("../fonts/Lexend-VariableFont_wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Epilogue";
|
||||
src: url("../fonts/Epilogue-Regular.ttf") format("truetype");
|
||||
font-family: "Sora";
|
||||
src: url("../fonts/Sora-VariableFont_wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Gotham";
|
||||
src: url("../fonts/Gotham-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inconsolata";
|
||||
src: url("../fonts/Inconsolata-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Inter";
|
||||
src: url("../fonts/Inter-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "JetBrainsMono";
|
||||
src: url("../fonts/JetBrainsMono-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Manrope";
|
||||
src: url("../fonts/Manrope-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Montserrat";
|
||||
src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Oxygen";
|
||||
src: url("../fonts/Oxygen-Regular.ttf") format("truetype");
|
||||
font-family: "Work Sans";
|
||||
src: url("../fonts/WorkSans-VariableFont_wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
@ -217,22 +189,8 @@ button {
|
|||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url("../fonts/Raleway-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
src: url("../fonts/Roboto-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Sora";
|
||||
src: url("../fonts/Sora-Regular.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Work Sans";
|
||||
src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
|
||||
src: url("../fonts/Raleway-VariableFont_wght.ttf") format("truetype-variations");
|
||||
font-weight: 100 1000;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue