Hallo Leute,
ich möchte meine nachladbare Google-Schriftart loswerden um DSGVO konform zu werden, und weiß aber nicht, was ich davon in der style.css löschen darf, ohne mein Theme zu beschädigen.
Durch das Plugin Autoptimize blockiere ich schon die Schrift.
Ich habe die beiden Schriftarten "Caveat" und "Witing for the Sunrise" lokal auf dem Server nach DIESER Anleitung eingebunden.
Soweit alles gut.
Nun will ich die nachladbare Schrift endgültig aus meiner Style.css entfernen.
Wenn mir jemand sagen könnte, ob ich nur bestimmte Zeilen löschen darf/muss, oder den ganzen Bereich, das wäre schon toll.
Danke fürs lesen. Frank
Code
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=carveat);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
margin: 0;
padding: 0;
vertical-align: baseline;
}
body {
line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Carveat';
clear: both;
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
Alles anzeigen