A general chat for developers. Don't ask to ask, just ask. Here's how: https://stackoverflow.com/help/how-to-ask
I have these fonts
// Optimo Plain
@font-face {
font-family: 'Optimo-Plain';
src: url('/styles/resources/font/optimo/Plain-Light.otf') format('opentype');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Optimo-Plain';
src: url('/styles/resources/font/optimo/Plain-LightIta.otf') format('opentype');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Optimo-Plain';
src: url('/styles/resources/font/optimo/Plain-Regular.otf') format('opentype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Optimo-Plain';
src: url('/styles/resources/font/optimo/Plain-RegularIta.otf') format('opentype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Optimo-Plain';
src: url('/styles/resources/font/optimo/Plain-Medium.otf') format('opentype'); /* [1] */
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Optimo-Plain';
src: url('/styles/resources/font/optimo/Plain-MediumIta.otf') format('opentype'); /* [1] */
font-weight: 700;
font-style: italic;
}
///* ========================================================================
// #FONT VARS
// ======================================================================== */
$rd-font--family-regular: Optimo-Plain, Helvetica Neue, Helvetica, Arial, sans-serif;
$rd-font--family-mono: BB-Roller-Regular, Courrier, sans-serif;
this font seems to create an issue. If I remove optimo plain, it will look ok otherwise font look like got a glitch. is the problem in the font itself?
font-variant-ligatures: none;
but I am afraid this will might have the side effect.Hello everyone! I have two questions:
I think that this is due to the rolling update strategy we have on RMQ. Can we keep it and address the second point in some other way?
Thank you in advance!
Hi can anyone me help how to align this flex-wrap div, its always breaking into another line when i tried to wrap this divs.
covid_pass
";$sql="
part and the final ";
part look like PHP code, but it seems that those parts are being passed to MySQL for some reason. Basically, you appear to sending the right code to the wrong interpreter. PHP should take the double-quoted part, i.e., SELECT * FROM covid_pass
, and send only that to MySQL.