How to make spaces have the same width in IE and FF?

How to make spaces have the same width in IE and FF?

body{font-size:12px; font-family:"宋体";}

Write the font size and font in the body to make it unified.

Set font: font-family: Songti, Arial

This is because the default fonts of FF and IE are different.

In FF the default font should be Arial

In IE

font-family: Songti If it is Songti, the width of a space is about the width of a Chinese character "宽"

font-family:Arial If it is Arial, the width of a space is about the width of a character "k"

<<:  Detailed examples of float usage in HTML/CSS

>>:  Usage scenarios and source code analysis of Vue advanced components functional components

Recommend

MySQL learning database search statement DQL Xiaobai chapter

Table of contents 1. Simple retrieval of data 2. ...

4 Practical Tips for Web Page Design

Related articles: 9 practical tips for creating we...

Getting Started Tutorial for Beginners: Domain Name Resolution and Binding

So after registering a domain name and purchasing...

How to start/stop Tomcat server in Java

1. Project Structure 2.CallTomcat.java package co...

How to create components in React

Table of contents Preface Component Introduction ...

JavaScript design pattern chain of responsibility pattern

Table of contents Overview Code Implementation Pa...

UrlRewriter caching issues and a series of related explorations

When developing a website function, the session c...

Design theory: people-oriented green design

Reflections on the two viewpoints of “people-orie...

Example of automatic import method of vue3.0 common components

1. Prerequisites We use the require.context metho...

Detailed explanation of semiotics in Html/CSS

Based on theories such as Saussure's philosop...

MySQL 8.0.20 winx64 installation and configuration method graphic tutorial

This article shares with you the installation and...

CSS3 click button circular progress tick effect implementation code

Table of contents 8. CSS3 click button circular p...

Swiper.js plugin makes it super easy to implement carousel images

Swiper is a sliding special effects plug-in built...

Introduction and installation of MySQL Shell

Table of contents 01 ReplicaSet Architecture 02 I...