<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ajicolor</author_name>
  <author_url>https://blog.hatena.ne.jp/ajicolor/</author_url>
  <blog_title>やわらかしかっけい</blog_title>
  <blog_url>https://ajicolor.hatenablog.jp/</blog_url>
  <categories>
    <anon>HTML,CSS,javascript</anon>
  </categories>
  <description>レスポンシブのスマホ表示でサイト全体のフォントサイズが小さくなっても、font-size:90% とか 0.9em で設定した箇所を14px以下のサイズにはしたくない！ みたいな時に。mgmgblog.com min関数、max関数 どうやらfont-sizeだけではなく、marginなどにも使えるらしい。 最小サイズを設定したい時 span{ font-size:max(90%,14px); } →基本90%だけど14px以下にはならない 最大サイズを設定したい時 span{ font-size:min(160%,30px); } →基本160%だけど30px以上にはならない＊＊＊「maxと…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fajicolor.hatenablog.jp%2Fentry%2F2023%2F08%2F17%2F165810&quot; title=&quot;フォントサイズに最小や最大を設定したい時 - やわらかしかっけい&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-08-17 16:58:10</published>
  <title>フォントサイズに最小や最大を設定したい時</title>
  <type>rich</type>
  <url>https://ajicolor.hatenablog.jp/entry/2023/08/17/165810</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
