Initial commit
This commit is contained in:
@@ -1,14 +1,69 @@
|
||||
/**
|
||||
* Enthält **nur** die CSS‑Variablen‑Namen, die next/font im Browser setzt.
|
||||
* In fonts.js werden sie erzeugt, hier referenzieren wir sie nur.
|
||||
* In fonts.js oder per @font-face werden sie erzeugt – hier referenzieren wir sie.
|
||||
*/
|
||||
|
||||
export default {
|
||||
montserrat: "--font-montserrat",
|
||||
bebasneue: "--font-bebasneue",
|
||||
lato: "--font-lato",
|
||||
raleway: "--font-raleway",
|
||||
poppins: "--font-poppins",
|
||||
opensans: "--font-opensans",
|
||||
roboto: "--font-roboto",
|
||||
worksans: "--font-worksans",
|
||||
notosans: "--font-notosans",
|
||||
jost: "--font-jost",
|
||||
quicksand: "--font-quicksand",
|
||||
averialibre: "--font-averialibre",
|
||||
philosopher: "--font-philosopher",
|
||||
|
||||
pacifico: "--font-pacifico",
|
||||
sacramento: "--font-sacramento",
|
||||
caveat: "--font-caveat",
|
||||
fredokaone: "--font-fredokaone",
|
||||
playfair: "--font-playfair",
|
||||
vt323: "--font-vt323",
|
||||
// … alle weiteren Fonts, die du brauchst
|
||||
dancingscript: "--font-dancingscript",
|
||||
indieflower: "--font-indieflower",
|
||||
amaticsc: "--font-amatic",
|
||||
kaushanscript: "--font-kaushan",
|
||||
architectsdaughter: "--font-architects",
|
||||
neucha: "--font-neucha",
|
||||
greatvibes: "--font-greatvibes",
|
||||
satisfy: "--font-satisfy",
|
||||
yellowtail: "--font-yellowtail",
|
||||
gloriahallelujah: "--font-gloria",
|
||||
|
||||
oswald: "--font-oswald",
|
||||
bebasneue: "--font-bebasneue",
|
||||
anton: "--font-anton",
|
||||
ultra: "--font-ultra",
|
||||
stintultracondensed: "--font-stint",
|
||||
playfairdisplay: "--font-playfair",
|
||||
abrilfatface: "--font-abril",
|
||||
permanentmarker: "--font-permanentmarker",
|
||||
alfaslabone: "--font-alfaslab",
|
||||
blackopsone: "--font-blackops",
|
||||
germaniaone: "--font-germania",
|
||||
holtwoodonesc: "--font-holtwood",
|
||||
courgette: "--font-courgette",
|
||||
|
||||
exo: "--font-exo",
|
||||
orbitron: "--font-orbitron",
|
||||
audiowide: "--font-audiowide",
|
||||
rajdhani: "--font-rajdhani",
|
||||
spacemono: "--font-spacemono",
|
||||
questrial: "--font-questrial",
|
||||
syncopate: "--font-syncopate",
|
||||
unicaone: "--font-unicaone",
|
||||
italiana: "--font-italiana",
|
||||
staatliches: "--font-staatliches",
|
||||
|
||||
pressstart2p: "--font-pressstart2p",
|
||||
righteous: "--font-righteous",
|
||||
metalmania: "--font-metalmania",
|
||||
alegreya: "--font-alegreya",
|
||||
spectral: "--font-spectral",
|
||||
fjallaone: "--font-fjallaone",
|
||||
glassantiqua: "--font-glassantiqua",
|
||||
cinzeldecorative: "--font-cinzeldecorative",
|
||||
andika: "--font-andika",
|
||||
almendra: "--font-almendra",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user