“Offene Sans CSS” Code-Antworten

Offene Sans CSS

/* copy paste it in your .css file*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

/* copy paste it in your .html or .php file*/
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet" type="text/css">
Dangerous Duck

Offene ohne Schriftart

//This is from google fonts
// to use import 
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
//to use link in head tag
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans" rel="stylesheet">
Unusual Unicorn

Schriftfamilie offen schweißt

<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css">
Breakable Batfish

Offene ohne Schriftart

<link href="https://fonts.googleapis.com/css?family=Open+Sans:600,800" rel="stylesheet">
50 Hours A Day Coder

Ähnliche Antworten wie “Offene Sans CSS”

Fragen ähnlich wie “Offene Sans CSS”

Weitere verwandte Antworten zu “Offene Sans CSS” auf CSS

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen